aboutsummaryrefslogtreecommitdiff
path: root/stdio-common/bug-vfprintf-nargs.c
AgeCommit message (Collapse)AuthorFilesLines
2012-03-10Replace FSF snail mail address with URL in miscellaneous files.Paul Eggert1-3/+2
2012-03-052012-03-02 Kees Cook <keescook@chromium.org>Kees Cook1-0/+78
[BZ #13656] * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and possibly allocate from heap instead of stack. * stdio-common/bug-vfprintf-nargs.c: New file. * stdio-common/Makefile (tests): Add nargs overflow test.