diff options
author | Andreas Schwab <schwab@suse.de> | 2013-01-14 17:32:20 +0100 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 2013-04-11 10:24:37 +0200 |
commit | 6ecec3b616aeaf121c68c1053cd17fdcf0cdb5a2 (patch) | |
tree | f6e388cdb8eff711e7f0af5af0cf77cff1404b70 /stdio-common/Makefile | |
parent | 273cdee86d86e107c0eecef5614f57e37567b54e (diff) | |
download | glibc-6ecec3b616aeaf121c68c1053cd17fdcf0cdb5a2.tar.gz |
Don't accept exp char without preceding digits in scanf float parsing
Diffstat (limited to 'stdio-common/Makefile')
-rw-r--r-- | stdio-common/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdio-common/Makefile b/stdio-common/Makefile index f64a8ba2d9..658804bbe8 100644 --- a/stdio-common/Makefile +++ b/stdio-common/Makefile @@ -57,7 +57,7 @@ tests := tstscanf test_rdwr test-popen tstgetln test-fseek \ bug19 bug19a tst-popen2 scanf13 scanf14 scanf15 bug20 bug21 bug22 \ scanf16 scanf17 tst-setvbuf1 tst-grouping bug23 bug24 \ bug-vfprintf-nargs tst-long-dbl-fphex tst-fphex-wide tst-sprintf3 \ - bug25 tst-printf-round + bug25 tst-printf-round bug26 test-srcs = tst-unbputc tst-printf |