diff options
author | Joseph Myers <joseph@codesourcery.com> | 2013-08-23 19:45:38 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2013-08-23 19:45:38 +0000 |
commit | 8fe89494e6516048759425ec30d8878a6233e00f (patch) | |
tree | b3f65b97d02bac4f183da5fe51e01cad8b8a3780 /NEWS | |
parent | 936241e4b2ec90bbb97d1b37bc78726372ec966f (diff) | |
download | glibc-8fe89494e6516048759425ec30d8878a6233e00f.zip glibc-8fe89494e6516048759425ec30d8878a6233e00f.tar.gz glibc-8fe89494e6516048759425ec30d8878a6233e00f.tar.bz2 |
Fix cexp (NaN + i0) (bug 15532).
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ Version 2.19 * The following bugs are resolved with this release: - 14699, 15531, 15749, 15797, 15867 + 14699, 15531, 15532, 15749, 15797, 15867 * CVE-2013-4237 The readdir_r function could write more than NAME_MAX bytes to the d_name member of struct dirent, or omit the terminating NUL |