about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>2013-01-14 17:32:20 +0100
committerAndreas Schwab <schwab@suse.de>2013-04-11 10:24:37 +0200
commit6ecec3b616aeaf121c68c1053cd17fdcf0cdb5a2 (patch)
treef6e388cdb8eff711e7f0af5af0cf77cff1404b70 /ChangeLog
parent273cdee86d86e107c0eecef5614f57e37567b54e (diff)
downloadglibc-6ecec3b616aeaf121c68c1053cd17fdcf0cdb5a2.tar.gz
glibc-6ecec3b616aeaf121c68c1053cd17fdcf0cdb5a2.tar.xz
glibc-6ecec3b616aeaf121c68c1053cd17fdcf0cdb5a2.zip
Don't accept exp char without preceding digits in scanf float parsing
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6313627eb6..c64d69006c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2013-04-11  Andreas Schwab  <schwab@suse.de>
 
+	[BZ #13988]
+	* stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
+	accept exponent character only when digits were seen.
+	* stdio-common/Makefile (tests): Add bug26.
+	* stdio-common/bug26.c: New file.
+
 	[BZ #14293]
 	* elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
 	non-freeable.