diff options
author | Joseph Myers <joseph@codesourcery.com> | 2013-06-15 19:59:41 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2013-06-15 19:59:41 +0000 |
commit | 3711a167f6b5203b4414db7853f3c57f1260e1bf (patch) | |
tree | c0295404b8914941e6eb24d9cdfa7a371ea90613 /NEWS | |
parent | 8fc75e6fb73eebe467da9d1e94d5ef9212cac04f (diff) | |
download | glibc-3711a167f6b5203b4414db7853f3c57f1260e1bf.tar.gz glibc-3711a167f6b5203b4414db7853f3c57f1260e1bf.tar.xz glibc-3711a167f6b5203b4414db7853f3c57f1260e1bf.zip |
Fix spurious "inexact" exceptions from dbl-64 sqrt (bug 15631).
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS index ea9c6a0dd2..63f28927be 100644 --- a/NEWS +++ b/NEWS @@ -20,7 +20,7 @@ Version 2.18 15366, 15380, 15381, 15394, 15395, 15405, 15406, 15409, 15416, 15418, 15419, 15423, 15424, 15426, 15429, 15431, 15432, 15441, 15442, 15448, 15465, 15480, 15485, 15488, 15490, 15492, 15493, 15497, 15506, 15529, - 15536, 15553, 15577, 15583, 15618, 15627. + 15536, 15553, 15577, 15583, 15618, 15627, 15631. * CVE-2013-0242 Buffer overrun in regexp matcher has been fixed (Bugzilla #15078). |