diff options
author | Joseph Myers <joseph@codesourcery.com> | 2013-10-12 12:18:55 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2013-10-12 12:18:55 +0000 |
commit | 8399acaf7c5cb2252117ad1d65e468f688b84fc0 (patch) | |
tree | 492adfe232efb5737972eb3c65f8f547b0a3072a /NEWS | |
parent | 99fd9f47effcd18489528e895c08b58ed24d6505 (diff) | |
download | glibc-8399acaf7c5cb2252117ad1d65e468f688b84fc0.zip glibc-8399acaf7c5cb2252117ad1d65e468f688b84fc0.tar.gz glibc-8399acaf7c5cb2252117ad1d65e468f688b84fc0.tar.bz2 |
soft-fp: fix _FP_DIV_MEAT_* returning results with wrong exponent (bug 16032).
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ Version 2.19 15723, 15734, 15735, 15736, 15748, 15749, 15754, 15760, 15797, 15844, 15849, 15855, 15856, 15857, 15859, 15867, 15886, 15887, 15890, 15892, 15893, 15895, 15897, 15905, 15909, 15919, 15921, 15923, 15939, 15963, - 15966, 15988, 16034. + 15966, 15988, 16032, 16034. * CVE-2012-4412 The strcoll implementation caches indices and rules for large collation sequences to optimize multiple passes. This cache |