aboutsummaryrefslogtreecommitdiffstats
path: root/TODO.txt
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2010-08-28 19:14:13 +0200
committerMatthias Andree <matthias.andree@gmx.de>2010-08-28 19:15:43 +0200
commit019324f4b50349f9782ff013013d756c13c10d60 (patch)
tree606c1f21c74c7c4a9fec7c6a2f5a49093105d7ab /TODO.txt
parente798a9bfd0c70eabfd446fcee42cfa243b21f069 (diff)
downloadfetchmail-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.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/TODO.txt b/TODO.txt
index d238af68..84c4059c 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -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