aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2006-01-30 09:00:03 +0000
committerMatthias Andree <matthias.andree@gmx.de>2006-01-30 09:00:03 +0000
commitf6a2380b73de5b9c5fe306f362c8f5597749c552 (patch)
treea108fc3f71caf57b9977351e4ea70de68f9fe6ef /NEWS
parent5fd53e954ceb7aba4e42a9869f7338197256ec30 (diff)
downloadfetchmail-f6a2380b73de5b9c5fe306f362c8f5597749c552.tar.gz
fetchmail-f6a2380b73de5b9c5fe306f362c8f5597749c552.tar.bz2
fetchmail-f6a2380b73de5b9c5fe306f362c8f5597749c552.zip
Craig Leres: only overwrite password if the pointer is non-NULL. Avoids a crash in .netrc files with missing passwords.
svn path=/branches/BRANCH_6-3/; revision=4684
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 5fc7ec9c..2efc718e 100644
--- a/NEWS
+++ b/NEWS
@@ -24,6 +24,13 @@ change. MA = Matthias Andree, ESR = Eric S. Raymond, RF = Rob Funk.)
--------------------------------------------------------------------------------
+fetchmail 6.3.3 (not yet released):
+
+# BUG FIXES:
+* Do not attempt to overwrite the netrc password if none has been specified.
+ This fixes a segmentation fault. BerliOS bug #6234. BerliOS patch #804 by
+ Craig Leres.
+
fetchmail 6.3.2 (released 2006-01-22):
Unless otherwise noted, changes to this release were made by Matthias Andree.