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 /NEWS | |
parent | 1f529f7d8456f09109a8e942581f89f10a901ed0 (diff) | |
download | glibc-d6e70f4368533224e66d10b7f2126b899a3fd5e4.tar.gz glibc-d6e70f4368533224e66d10b7f2126b899a3fd5e4.tar.xz glibc-d6e70f4368533224e66d10b7f2126b899a3fd5e4.zip |
Fix strtod integer/buffer overflow (bug 14459).
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS index e16618f4c5..8022fef57e 100644 --- a/NEWS +++ b/NEWS @@ -11,7 +11,7 @@ Version 2.17 6778, 6808, 9685, 11607, 13717, 13696, 13939, 14042, 14090, 14166, 14150, 14151, 14154, 14157, 14166, 14173, 14195, 14252, 14283, 14298, 14303, - 14307, 14328, 14331, 14336, 14337, 14347, 14349, 14505 + 14307, 14328, 14331, 14336, 14337, 14347, 14349, 14459, 14505 * Support for STT_GNU_IFUNC symbols added for s390 and s390x. Optimized versions of memcpy, memset, and memcmp added for System z10 and |