aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2013-02-18 23:30:38 +0100
committerMatthias Andree <matthias.andree@gmx.de>2013-02-18 23:30:38 +0100
commit53293ee30678d3db753e51820cc554c0b2b1bd97 (patch)
treef928e23851758514ec84cca2042b1d33bc148c7d /NEWS
parente4dd196b137223195739b9e0f50ec2a8a02b3534 (diff)
downloadfetchmail-53293ee30678d3db753e51820cc554c0b2b1bd97.tar.gz
fetchmail-53293ee30678d3db753e51820cc554c0b2b1bd97.tar.bz2
fetchmail-53293ee30678d3db753e51820cc554c0b2b1bd97.zip
Credit John Beck's fixes.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f44944b3..559d4d22 100644
--- a/NEWS
+++ b/NEWS
@@ -58,6 +58,13 @@ removed from a 6.4.0 or newer release.)
fetchmail-6.3.25 (not yet released):
+# BUG FIXES
+* Fix a memory leak in out-of-memory error condition while handling plugins.
+ Report and patch by John Beck (found with Parfait static code analyzer).
+* Fix a NULL pointer dereference in out-of-memory error condition while handling
+ plugins.
+ Report and patch by John Beck (found with Parfait static code analyzer).
+
# CHANGES
* Improved reporting when SSL/TLS X.509 certificate validation has failed,
working around a not-so-recent swapping of two OpenSSL error codes, and