diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2008-11-13 13:50:39 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2008-11-13 13:50:39 +0000 |
commit | 819e8bb45857cd915bfc375a934fdf145bb7b01a (patch) | |
tree | 06eb02c47df99947fb593945be4252caf21e7668 /NEWS | |
parent | 8a31d3b93a492c583ccd97a5a27ab4cb466ff138 (diff) | |
download | fetchmail-819e8bb45857cd915bfc375a934fdf145bb7b01a.tar.gz fetchmail-819e8bb45857cd915bfc375a934fdf145bb7b01a.tar.bz2 fetchmail-819e8bb45857cd915bfc375a934fdf145bb7b01a.zip |
Escalate SSL plug to a critical fix.
svn path=/branches/BRANCH_6-3/; revision=5238
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -68,6 +68,10 @@ fetchmail 6.3.9 (not yet released): flush" configurations. Workaround for previous versions: "expunge 0". Report and patch by Alexander Cherepanov - thanks a lot, Berlios Bug #11797, "imap_mark_seen doesn't consider expunged messages". +* SSL fix: close memory leak when SSL connection fails; fetchmail used to forget + calling SSL_free() on the SSL context, leaking in excess of 500 kB RAM on a + x86_64 system per failed SSL connection attempt. + Bug reported and patch provided by Seiichi Ikarashi, Fujitsu. # BUG FIXES: * The configure script will additionally check for 'dn_skipname', to fix build @@ -88,10 +92,6 @@ fetchmail 6.3.9 (not yet released): * Only print "Deleting fetchids file" if there actually is one. Fixes Debian Bug#374514, reported by Dan Jacobson. * SSL fix: check and report if SSL_set_fd fails. -* SSL fix: close memory leak when SSL connection fails; fetchmail used to forget - calling SSL_free() on the SSL context, leaking in excess of 1/2 MB RAM on a - x86_64 system per failed SSL connection attempt. - Bug reported and patch provided by Seiichi Ikarashi, Fujitsu. # CHANGES: * autoconf 2.60 is now required to build fetchmail; it uses |