diff options
author | Joseph Myers <joseph@codesourcery.com> | 2012-08-27 15:59:24 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-08-27 15:59:24 +0000 |
commit | d6e70f4368533224e66d10b7f2126b899a3fd5e4 (patch) | |
tree | f4dbf0ac00306d6466cc7a965ce69286d36c7999 /stdlib/Makefile | |
parent | 1f529f7d8456f09109a8e942581f89f10a901ed0 (diff) | |
download | glibc-d6e70f4368533224e66d10b7f2126b899a3fd5e4.zip glibc-d6e70f4368533224e66d10b7f2126b899a3fd5e4.tar.gz glibc-d6e70f4368533224e66d10b7f2126b899a3fd5e4.tar.bz2 |
Fix strtod integer/buffer overflow (bug 14459).
Diffstat (limited to 'stdlib/Makefile')
-rw-r--r-- | stdlib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/Makefile b/stdlib/Makefile index 39cab17..e6804c9 100644 --- a/stdlib/Makefile +++ b/stdlib/Makefile @@ -69,7 +69,7 @@ tests := tst-strtol tst-strtod testmb testrand testsort testdiv \ tst-makecontext tst-strtod4 tst-strtod5 tst-qsort2 \ tst-makecontext2 tst-strtod6 tst-unsetenv1 \ tst-makecontext3 bug-getcontext bug-fmtmsg1 \ - tst-secure-getenv + tst-secure-getenv tst-strtod-overflow tests-static := tst-secure-getenv include ../Makeconfig |