diff options
author | Joseph Myers <joseph@codesourcery.com> | 2013-04-03 16:51:46 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2013-04-03 16:51:46 +0000 |
commit | 05e166c887612250d461b5fe7c0f0064cd1a0c41 (patch) | |
tree | 9cb5d95b1af53bfc90b7bf1bf0a6772336df00d3 /NEWS | |
parent | 5b535ac41945fa369a5f641acdeb0d7eadf4668e (diff) | |
download | glibc-05e166c887612250d461b5fe7c0f0064cd1a0c41.tar.gz glibc-05e166c887612250d461b5fe7c0f0064cd1a0c41.tar.xz glibc-05e166c887612250d461b5fe7c0f0064cd1a0c41.zip |
Fix missing underflow from cexp (bug 14478).
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/NEWS b/NEWS index 513c185b7f..e28b2874b7 100644 --- a/NEWS +++ b/NEWS @@ -10,10 +10,10 @@ Version 2.18 * The following bugs are resolved with this release: 10357, 11120, 11561, 12723, 13550, 13889, 13951, 14142, 14176, 14200, - 14317, 14327, 14496, 14812, 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, - 15327, 15330. + 14317, 14327, 14478, 14496, 14812, 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, 15327, 15330. * CVE-2013-0242 Buffer overrun in regexp matcher has been fixed (Bugzilla #15078). |