From: Andreas Jaeger Date: Mon, 5 Mar 2012 09:43:35 +0000 (+0100) Subject: cleanup my last commit: tabify, change date X-Git-Tag: glibc-2.16-tps~885 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=21bb2d2e642a5376983868a51743cfa0d12df6b5;p=thirdparty%2Fglibc.git cleanup my last commit: tabify, change date --- diff --git a/ChangeLog b/ChangeLog index 0fe45655a9d..5429f3b1276 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,12 +1,12 @@ -2012-03-02 Kees Cook +2012-03-05 Kees Cook - * stdio-common/vfprintf.c (vfprintf): add missing errno settings. + * stdio-common/vfprintf.c (vfprintf): add missing errno settings. - [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. + [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. 2012-03-03 Andreas Schwab