]> granicus.if.org Git - neomutt/commit
use of sscanf() had undefined behavior, replace with simple parsing instead
authorMichael Elkins <me@sigpipe.org>
Sat, 23 Feb 2013 03:12:43 +0000 (03:12 +0000)
committerMichael Elkins <me@sigpipe.org>
Sat, 23 Feb 2013 03:12:43 +0000 (03:12 +0000)
commitdb3898898e0706b3c6d16cbc4e03e99305efd47c
tree53fb7b27bd2697f529b5df4321630424777d142e
parentfae112a8af5eae8248c6814fdc51cfc1dbc07e35
use of sscanf() had undefined behavior, replace with simple parsing instead

see #3636
pop.c
pop_lib.c