diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2006-09-04 12:15:12 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2006-09-04 12:15:12 +0000 |
commit | eef055db24af6968157b9d919613b4816c1815b7 (patch) | |
tree | 7d920a0c526868cf8a9e3b0fb3e46167a6a08827 /NEWS | |
parent | 22d8305ecbc03fca80f80d13894809575d297a26 (diff) | |
download | fetchmail-eef055db24af6968157b9d919613b4816c1815b7.tar.gz fetchmail-eef055db24af6968157b9d919613b4816c1815b7.tar.bz2 fetchmail-eef055db24af6968157b9d919613b4816c1815b7.zip |
Avoid crash in env.c/host_fqdn if we cannot canonicalize our own hostname.
Reported by Alexander Holler.
svn path=/branches/BRANCH_6-3/; revision=4908
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -108,6 +108,8 @@ fetchmail 6.3.5 (not yet released): * ignore SIGPIPE signals and rely on functions to return EPIPE instead. This is necessary because the former longjmp() from the signal handler is unsafe and makes the whole fetchmail behavior undefined after the event. +* Avoid crash in env.c/host_fqdn if we cannot canonicalize our own hostname. + Reported by Alexander Holler. # CHANGES: * Rename all fetchmail-internal lock_* functions to fm_lock_*. Obsoletes |