glibc/stdio-common
Paul Pluzhnikov 5bd80bfe9c CVE-2015-1472: wscanf allocates too little memory
BZ #16618

Under certain conditions wscanf can allocate too little memory for the
to-be-scanned arguments and overflow the allocated buffer.  The
implementation now correctly computes the required buffer size when
using malloc.

A regression test was added to tst-sscanf.
2015-02-06 00:34:51 -05:00
..
2013-06-05 20:44:03 +00:00
2012-05-24 21:30:43 -06:00
2013-10-12 14:47:50 +02:00
2012-03-08 03:02:24 -05:00
2014-02-28 11:07:43 -08:00