diff options
author | Joseph Myers <joseph@codesourcery.com> | 2013-11-13 12:59:54 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2013-11-13 12:59:54 +0000 |
commit | 9310c284ae91f13247c9dd7ff58fc2683b9c523d (patch) | |
tree | 86478302002c020e38bc75f43abce8ecb37528b1 /NEWS | |
parent | 7a2ad8cf392acfcaef319e722dda9101d4d8b6bd (diff) | |
download | glibc-9310c284ae91f13247c9dd7ff58fc2683b9c523d.tar glibc-9310c284ae91f13247c9dd7ff58fc2683b9c523d.tar.gz glibc-9310c284ae91f13247c9dd7ff58fc2683b9c523d.tar.bz2 glibc-9310c284ae91f13247c9dd7ff58fc2683b9c523d.zip |
Fix strtod rounding of half the least subnormal (bug 16151).
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -17,7 +17,8 @@ Version 2.19 15825, 15844, 15847, 15849, 15855, 15856, 15857, 15859, 15867, 15886, 15887, 15890, 15892, 15893, 15895, 15897, 15905, 15909, 15917, 15919, 15921, 15923, 15939, 15948, 15963, 15966, 15985, 15988, 16032, 16034, - 16036, 16037, 16041, 16071, 16072, 16074, 16078, 16112, 16150, 16153. + 16036, 16037, 16041, 16071, 16072, 16074, 16078, 16112, 16150, 16151, + 16153. * CVE-2012-4412 The strcoll implementation caches indices and rules for large collation sequences to optimize multiple passes. This cache |