diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2013-04-04 17:35:12 +0200 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2013-04-05 22:34:52 +0200 |
commit | a1cbf437a53b24f2ff1f6af42028b607f6aa279d (patch) | |
tree | 3f62ac9a6413af55697ed6b154b400b518359406 /NEWS | |
parent | 8b43a0c9f26d5cf067119e47df9973515535673f (diff) | |
download | glibc-a1cbf437a53b24f2ff1f6af42028b607f6aa279d.tar.gz glibc-a1cbf437a53b24f2ff1f6af42028b607f6aa279d.tar.xz glibc-a1cbf437a53b24f2ff1f6af42028b607f6aa279d.zip |
[BZ #14686, #15336] Fix standard compliance. Don't use hard-coded qNaN values.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/NEWS b/NEWS index 3a39baf0fc..b85b67d280 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, 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, 15335, 15337, 15342. + 14317, 14327, 14478, 14496, 14686, 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, 15335, 15336, 15337, 15342. * CVE-2013-0242 Buffer overrun in regexp matcher has been fixed (Bugzilla #15078). |