From: Matthias Andree Date: Mon, 18 Feb 2013 22:30:38 +0000 (+0100) Subject: Credit John Beck's fixes. X-Git-Url: http://pileus.org/git/?p=~andy%2Ffetchmail;a=commitdiff_plain;h=53293ee30678d3db753e51820cc554c0b2b1bd97 Credit John Beck's fixes. --- 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