about summary refs log tree commit diff
path: root/stdio-common/bug23-2.c
Commit message (Collapse)AuthorAgeFilesLines
* stdio-common: Adjust tests in MakefileCarlos O'Donell2023-05-181-70/+0
| | | | | | | | | Sort tests against updated scripts/sort-makefile-lines.py. No changes in generated code. No regressions on x86_64 and i686. Reviewed-by: Siddhesh Poyarekar <siddhesh@sourceware.org>
* CVE-2012-3406: Stack overflow in vfprintf [BZ #16617]Jeff Law2014-12-151-0/+70
A larger number of format specifiers coudld cause a stack overflow, potentially allowing to bypass _FORTIFY_SOURCE format string protection.