diff options
author | Joseph Myers <joseph@codesourcery.com> | 2013-09-03 15:32:54 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2013-09-03 15:32:54 +0000 |
commit | ffa3cd7f1a472954e9be22a48140c6eef45c3ef5 (patch) | |
tree | 80e53151d62629bdfc55c3aebb7156d657e8e235 /NEWS | |
parent | 8f02859f17d01ce0cf542d934a04a79f048b73fd (diff) | |
download | glibc-ffa3cd7f1a472954e9be22a48140c6eef45c3ef5.tar glibc-ffa3cd7f1a472954e9be22a48140c6eef45c3ef5.tar.gz glibc-ffa3cd7f1a472954e9be22a48140c6eef45c3ef5.tar.bz2 glibc-ffa3cd7f1a472954e9be22a48140c6eef45c3ef5.zip |
Fix lgammaf spurious underflow (bug 15427).
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -9,8 +9,8 @@ Version 2.19 * The following bugs are resolved with this release: - 14155, 14699, 15522, 15531, 15532, 15736, 15749, 15797, 15867, 15886, - 15887, 15890, 15897, 15905, 15909, 15921. + 14155, 14699, 15427, 15522, 15531, 15532, 15736, 15749, 15797, 15867, + 15886, 15887, 15890, 15897, 15905, 15909, 15921. * 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 |