]> 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>
Thu, 15 Jan 2015 20:22:07 +0000 (15:22 -0500)
commitc9b43ec3890d5c750a5127a543a55cd94aa73c94
tree14085fb5a8d0c44792c8cdc5c895a04936b31be1
parent3b6ac4b1093333f364698ca3bb812c80b11c2f77
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