aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2005-12-08 12:57:31 +0000
committerMatthias Andree <matthias.andree@gmx.de>2005-12-08 12:57:31 +0000
commitd7d618addc5183368639e16cf40992a8a5b22f55 (patch)
tree663f1e983ea6e8ca6681e5945af16989f5ac006c /NEWS
parentb3f58d5f75da9c28129972ce2343f423afadb5ff (diff)
downloadfetchmail-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--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c0fea250..3472f6ec 100644
--- a/NEWS
+++ b/NEWS
@@ -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):