diff options
author | Joseph Myers <joseph@codesourcery.com> | 2013-11-16 12:45:11 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2013-11-16 12:45:11 +0000 |
commit | 66294491665029eff0cf3ebd5fb6f04582da6c1e (patch) | |
tree | 5d398338d64b21bba5eb702a543cfd456c46418a /NEWS | |
parent | b46d046e7bf7e0f96e41e522da731b89177e31ab (diff) | |
download | glibc-66294491665029eff0cf3ebd5fb6f04582da6c1e.zip glibc-66294491665029eff0cf3ebd5fb6f04582da6c1e.tar.gz glibc-66294491665029eff0cf3ebd5fb6f04582da6c1e.tar.bz2 |
Fix spurious "inexact" exceptions from x86 pow with NaN argument (bug 16167).
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ Version 2.19 15887, 15890, 15892, 15893, 15895, 15897, 15905, 15909, 15917, 15919, 15921, 15923, 15939, 15948, 15963, 15966, 15985, 15988, 15997, 16032, 16034, 16036, 16037, 16041, 16071, 16072, 16074, 16078, 16103, 16112, - 16143, 16150, 16151, 16153, 16172. + 16143, 16150, 16151, 16153, 16167, 16172. * CVE-2012-4412 The strcoll implementation caches indices and rules for large collation sequences to optimize multiple passes. This cache |