]> git.ipfire.org Git - thirdparty/glibc.git/commit
CVE-2012-3406: Stack overflow in vfprintf [BZ #16617]
authorJeff Law <law@redhat.com>
Mon, 15 Dec 2014 09:09:32 +0000 (10:09 +0100)
committerAdhemerval Zanella <azanella@linux.vnet.ibm.com>
Fri, 16 Jan 2015 12:08:51 +0000 (07:08 -0500)
commit955edb2d28e14fd86d57a2877cde15094a882932
tree0fcc2ecaa36795283ed399083452ffedb2dbd4df
parent6b2bd5d9607d2ea6e18e8bf32695322e5ae0ebb4
CVE-2012-3406: Stack overflow in vfprintf [BZ #16617]

A larger number of format specifiers coudld cause a stack overflow,
potentially allowing to bypass _FORTIFY_SOURCE format string
protection.
ChangeLog
NEWS
stdio-common/Makefile
stdio-common/bug23-2.c [new file with mode: 0644]
stdio-common/bug23-3.c [new file with mode: 0644]
stdio-common/bug23-4.c [new file with mode: 0644]
stdio-common/vfprintf.c