aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2010-04-29 20:38:17 +0200
committerMatthias Andree <matthias.andree@gmx.de>2010-04-29 20:38:17 +0200
commit54b3b4b7e92fe237942a78c374ca2d57465719b9 (patch)
tree5e44fa1bc15ee7fab703193824eba843106b110b /NEWS
parent43b563fabd2d86161677fd2edd83ff1a9f1625e3 (diff)
downloadfetchmail-54b3b4b7e92fe237942a78c374ca2d57465719b9.tar.gz
fetchmail-54b3b4b7e92fe237942a78c374ca2d57465719b9.tar.bz2
fetchmail-54b3b4b7e92fe237942a78c374ca2d57465719b9.zip
On xmalloc/xrealloc failures, abort() rather than exit(PS_UNDEFINED).
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 7a7823b5..9dddf135 100644
--- a/NEWS
+++ b/NEWS
@@ -89,6 +89,8 @@ fetchmail-6.3.17 (not yet released):
local issuer certificate" and self-signed certificates -- these usually hint
to missing root signing CAs in the certs directory.
* Several fixes for compiler (GCC, Intel C++, CLang) and autotools warnings
+* Memory allocation failures will now cause abnormal program abort (SIGABRT),
+ not exit with unspecified code.
# DOCUMENTATION
* Fix table of global option to read "set softbounce" where there used to be a