diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2001-11-08 18:15:23 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2001-11-08 18:15:23 +0000 |
commit | 9955b35f5eaab57fd902f9184d0223a55200821d (patch) | |
tree | f61450e6708ed69df057f039bbbb7449b68902c7 /NEWS | |
parent | e5fa831ed49f8a87d88df72cd69599727f1af6c3 (diff) | |
download | fetchmail-9955b35f5eaab57fd902f9184d0223a55200821d.tar.gz fetchmail-9955b35f5eaab57fd902f9184d0223a55200821d.tar.bz2 fetchmail-9955b35f5eaab57fd902f9184d0223a55200821d.zip |
Sicket leak avoidance.
svn path=/trunk/; revision=3545
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -16,6 +16,8 @@ to (null) or crash when printing the error message. Patch by Matthias Andree. * NextStep and OpenStep port patch from Eric Sunshine. +* Block signals during SockConnect() so we don't get a socket descriptor + leak if we're hit by an alarm signal during connect(2). fetchmail-5.9.4 (Wed Oct 3 07:47:45 EDT 2001), 21104 lines: |