]> Pileus Git - ~andy/fetchmail/commit - TODO.txt
Don't try to match trailing literals in sscanf,
authorMatthias Andree <matthias.andree@gmx.de>
Sat, 28 Aug 2010 17:14:13 +0000 (19:14 +0200)
committerMatthias Andree <matthias.andree@gmx.de>
Sat, 28 Aug 2010 17:15:43 +0000 (19:15 +0200)
commit019324f4b50349f9782ff013013d756c13c10d60
tree606c1f21c74c7c4a9fec7c6a2f5a49093105d7ab
parente798a9bfd0c70eabfd446fcee42cfa243b21f069
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.
TODO.txt
imap.c