diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2005-12-08 12:57:31 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2005-12-08 12:57:31 +0000 |
commit | d7d618addc5183368639e16cf40992a8a5b22f55 (patch) | |
tree | 663f1e983ea6e8ca6681e5945af16989f5ac006c /NEWS | |
parent | b3f58d5f75da9c28129972ce2343f423afadb5ff (diff) | |
download | fetchmail-d7d618addc5183368639e16cf40992a8a5b22f55.tar.gz fetchmail-d7d618addc5183368639e16cf40992a8a5b22f55.tar.bz2 fetchmail-d7d618addc5183368639e16cf40992a8a5b22f55.zip |
Fix segfault in multidrop mode with headerless email.
Reported by Daniel Drake, patch by Sunil Shetye.
This was actually modified from Sunil's patch to leave the if() {...} braces
in the code to avoid ambiguities later.
svn path=/branches/BRANCH_6-3/; revision=4530
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -30,6 +30,8 @@ fetchmail 6.3.1 (not yet released): that we are not using. Patch by Sunil Shetye. (MA) * Plug potential memory and socket leak when polling multiple folders or when the upstream sends bogus message sizes. Patch by Sunil Shetye. (MA) +* Fix segfault in multidrop mode with headerless email. + Reported by Daniel Drake, patch by Sunil Shetye. (MA) fetchmail 6.3.0 (released 2005-11-30): |