about summary refs log tree commit diff
path: root/NEWS
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2012-08-27 16:04:19 +0000
committerJoseph Myers <joseph@codesourcery.com>2012-08-27 16:04:19 +0000
commit7efb4737dd729326e5339facbd785cee43fb53b3 (patch)
tree773cdbf4f4e654c69d480d5b8300775292e8ada3 /NEWS
parentaf92131a8eb7c2661a5bb0e31dc4cb028c85e0c6 (diff)
downloadglibc-7efb4737dd729326e5339facbd785cee43fb53b3.tar.gz
glibc-7efb4737dd729326e5339facbd785cee43fb53b3.tar.xz
glibc-7efb4737dd729326e5339facbd785cee43fb53b3.zip
Fix sign of zero on strtod underflow (bug 14519).
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index dae2a72470..41db31e5d4 100644
--- a/NEWS
+++ b/NEWS
@@ -11,7 +11,8 @@ Version 2.17
 
   3479, 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, 14459, 14505
+  14303, 14307, 14328, 14331, 14336, 14337, 14347, 14349, 14459, 14505,
+  14519
 
 * Support for STT_GNU_IFUNC symbols added for s390 and s390x.
   Optimized versions of memcpy, memset, and memcmp added for System z10 and