diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2010-08-28 19:14:13 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2010-08-28 19:15:43 +0200 |
commit | 019324f4b50349f9782ff013013d756c13c10d60 (patch) | |
tree | 606c1f21c74c7c4a9fec7c6a2f5a49093105d7ab /TODO.txt | |
parent | e798a9bfd0c70eabfd446fcee42cfa243b21f069 (diff) | |
download | fetchmail-019324f4b50349f9782ff013013d756c13c10d60.tar.gz fetchmail-019324f4b50349f9782ff013013d756c13c10d60.tar.bz2 fetchmail-019324f4b50349f9782ff013013d756c13c10d60.zip |
Don't try to match trailing literals in sscanf,
but rather note how much input was consumed, stop short of the string, and
use strncasecmp to match explicitly.
Diffstat (limited to 'TODO.txt')
-rw-r--r-- | TODO.txt | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -37,6 +37,9 @@ soon - SHOULD: Richard Brooksby, fetchmail-users 2010-04-06. soon - MAY: +- find a better replacement for sscanf parsing - we don't usually + detect errors in format strings such as "* %d FETCH " because we don't + check if the FETCH is (a) present, (b) consumed. - http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=471176 => fetchmail: support utf-8 encoding in log file Revisit http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=400719 |