From 728dab0e13529ba8778e6ef07e2cc80eddf028b5 Mon Sep 17 00:00:00 2001 From: Ondřej Bílka Date: Mon, 18 Nov 2013 12:41:00 +0100 Subject: Do not let scanf("%4p") accept "(nil)". Fixes bug 16055 --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7e543afda8..8ecba52813 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2013-11-07 Ondřej Bílka + + [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 * math/libm-test.inc (TEST_NAN_SIGN): New macro. -- cgit 1.4.1