diff options
author | Joseph Myers <joseph@codesourcery.com> | 2013-04-24 18:49:13 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2013-04-24 18:49:13 +0000 |
commit | 2f38fbfe09e4856c571bf0c80844e5dac9bc77ec (patch) | |
tree | 6fc88a0757c95d123f8e8cd9b14e973c9a654d88 /NEWS | |
parent | 45d69176e8b6dc0787dcb8e52e4283b8e7e5e282 (diff) | |
download | glibc-2f38fbfe09e4856c571bf0c80844e5dac9bc77ec.tar.gz glibc-2f38fbfe09e4856c571bf0c80844e5dac9bc77ec.tar.xz glibc-2f38fbfe09e4856c571bf0c80844e5dac9bc77ec.zip |
Fix catan, catanh inaccuracy through use of log (bug 15394).
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS index a1aeb42550..e5c4f908ef 100644 --- a/NEWS +++ b/NEWS @@ -14,7 +14,7 @@ Version 2.18 14888, 14920, 14964, 14981, 14982, 14985, 14994, 14996, 15003, 15006, 15020, 15023, 15036, 15054, 15055, 15062, 15078, 15160, 15214, 15232, 15234, 15283, 15285, 15287, 15304, 15305, 15307, 15309, 15327, 15330, - 15335, 15336, 15337, 15342, 15346, 15361. + 15335, 15336, 15337, 15342, 15346, 15361, 15394. * CVE-2013-0242 Buffer overrun in regexp matcher has been fixed (Bugzilla #15078). |