diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2008-01-31 09:20:11 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2008-01-31 09:20:11 +0000 |
commit | ae38ee2cc8207d41b7375744fc511619ae67ff19 (patch) | |
tree | 73e187b22464345ba0e1017362e7ecda412c1340 | |
parent | 1e73063cdf6ce54dba917a7296bae8e83a769739 (diff) | |
download | fetchmail-ae38ee2cc8207d41b7375744fc511619ae67ff19.tar.gz fetchmail-ae38ee2cc8207d41b7375744fc511619ae67ff19.tar.bz2 fetchmail-ae38ee2cc8207d41b7375744fc511619ae67ff19.zip |
escalate MSG_PEEK
svn path=/branches/BRANCH_6-3/; revision=5157
-rw-r--r-- | TODO.txt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,11 +17,11 @@ soon - SHOULD: - Debian Bug#449179, smbutil.c:90: unicodeToString: Assertion `len+1 < sizeof buf' failed, from Stepan Golosunov <stepan@golosunov.pp.ru> - Fix TOCTOU race around prc_filecheck* +- Get rid of peeking in socket.c? MSG_PEEK seems non-portable and racey. soon - MAY: - https://bugzilla.novell.com/show_bug.cgi?id=246829 - fetchmail lost some mail (5XX error code in contradiction with manual?) -- Fix Cygwin workaround - can we *easily* get rid of MSG_PEEK altogether? soon - after 6.3.9: - find a solution for the "invalid header" discards message problem |