aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2012-03-05 10:43:35 +0100
committerAndreas Jaeger <aj@suse.de>2012-03-05 10:43:35 +0100
commit21bb2d2e642a5376983868a51743cfa0d12df6b5 (patch)
tree79486f24dc1f40f61e0f20c7db6d6ce4a49ac9d8
parentfa0355175d60ccf610c98f2345504603d3b8ea57 (diff)
downloadglibc-21bb2d2e642a5376983868a51743cfa0d12df6b5.zip
glibc-21bb2d2e642a5376983868a51743cfa0d12df6b5.tar.gz
glibc-21bb2d2e642a5376983868a51743cfa0d12df6b5.tar.bz2
cleanup my last commit: tabify, change date
-rw-r--r--ChangeLog14
1 files changed, 7 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index 0fe4565..5429f3b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,12 +1,12 @@
-2012-03-02 Kees Cook <keescook@chromium.org>
+2012-03-05 Kees Cook <keescook@chromium.org>
- * 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 <schwab@linux-m68k.org>