diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2006-12-19 01:13:19 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2006-12-19 01:13:19 +0000 |
commit | 7471bfb290d4dcd9ff6c618c3974c4cce2f3da6a (patch) | |
tree | 23afe2e60723eff601ee3df35f0aa487288b40fc /NEWS | |
parent | 11443d9ff821c47e9eeac8ffe35c4ec87f7098bb (diff) | |
download | fetchmail-7471bfb290d4dcd9ff6c618c3974c4cce2f3da6a.tar.gz fetchmail-7471bfb290d4dcd9ff6c618c3974c4cce2f3da6a.tar.bz2 fetchmail-7471bfb290d4dcd9ff6c618c3974c4cce2f3da6a.zip |
* When HOME and FETCHMAILHOME are unset, be sure to copy user database
information, lest it be overwritten later. Patch by Jim Correia.
svn path=/branches/BRANCH_6-3/; revision=5001
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -94,6 +94,8 @@ fetchmail 6.3.6 (not yet released): scripts. Should fix Debian Bug#389270, Bug#391698. * Fix crash on systems that do not provide strdup(), the crash then happens in out-of-memory conditions. Patch by Andreas Krennmair. +* When HOME and FETCHMAILHOME are unset, be sure to copy user database + information, lest it be overwritten later. Patch by Jim Correia. # CHANGES: * Remove excess no-op strcpy() after strdup() found by Andreas Krennmair. |