OSDN Git Service

fix invalid %m format crash in wide scanf variants
authorRich Felker <dalias@aerifal.cx>
Sun, 1 Sep 2013 02:52:41 +0000 (22:52 -0400)
committerRich Felker <dalias@aerifal.cx>
Sun, 1 Sep 2013 02:52:41 +0000 (22:52 -0400)
commitf0328a565692320784fa8032f176e40d0998aedd
tree58ad0118bf7bbdd0ed04e93b91578e723b20321d
parentcbb8a6979038f96d3f67c659363cebf0615c42ba
fix invalid %m format crash in wide scanf variants

the wide variant was missed in the previous commit.
src/stdio/vfwscanf.c