diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2006-08-14 00:58:00 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2006-08-14 00:58:00 +0000 |
commit | 209df1f20e34620e6d970358b343af10e90800be (patch) | |
tree | 12b307f260701a7a715076980c79affc4d9b1e3a /NEWS | |
parent | d58961218666f5f0d4a6001729a6cc0bd2a77ec7 (diff) | |
download | fetchmail-209df1f20e34620e6d970358b343af10e90800be.tar.gz fetchmail-209df1f20e34620e6d970358b343af10e90800be.tar.bz2 fetchmail-209df1f20e34620e6d970358b343af10e90800be.zip |
Ignore SIGPIPE, EPIPE must suffice as error.
Calling longjmp() from a signal handler is unsafe.
svn path=/branches/BRANCH_6-3/; revision=4893
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -104,6 +104,9 @@ fetchmail 6.3.5 (not yet released): now reported to the TTY where fetchmail was started from. * fetchmail now complains and aborts when it cannot properly daemonize itself. * fix compilation on systems that don't know struct addrinfo (Solaris 2.6). +* 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. # CHANGES: * Rename all fetchmail-internal lock_* functions to fm_lock_*. Obsoletes |