aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorOndřej Bílka <neleai@seznam.cz>2013-11-18 12:41:00 +0100
committerOndřej Bílka <neleai@seznam.cz>2013-11-18 12:42:23 +0100
commit728dab0e13529ba8778e6ef07e2cc80eddf028b5 (patch)
tree390911e7cb25cd8ed168393f1e4d194596fa44c6 /ChangeLog
parentdd8082389e5448c3e716de8431817b30565a48d3 (diff)
downloadglibc-728dab0e13529ba8778e6ef07e2cc80eddf028b5.zip
glibc-728dab0e13529ba8778e6ef07e2cc80eddf028b5.tar.gz
glibc-728dab0e13529ba8778e6ef07e2cc80eddf028b5.tar.bz2
Do not let scanf("%4p") accept "(nil)". Fixes bug 16055
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7e543af..8ecba52 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2013-11-07 Ondřej Bílka <neleai@seznam.cz>
+
+ [BZ #16055]
+ * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
+ when we match (nil).
+ * stdio-common/tst-sscanf.c (struct test): Add testcase.
+
2013-11-16 Joseph Myers <joseph@codesourcery.com>
* math/libm-test.inc (TEST_NAN_SIGN): New macro.