diff options
author | Joseph Myers <joseph@codesourcery.com> | 2013-08-21 19:56:48 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2013-08-21 19:56:48 +0000 |
commit | acd06bb11f6d6436e15d0c7608fc7ea6008c224f (patch) | |
tree | c789341c0b86f19efa34ba8dbb09bef9705c2817 /NEWS | |
parent | c0c3f78afb6070721848574e2e5dff5cfa20e28d (diff) | |
download | glibc-acd06bb11f6d6436e15d0c7608fc7ea6008c224f.zip glibc-acd06bb11f6d6436e15d0c7608fc7ea6008c224f.tar.gz glibc-acd06bb11f6d6436e15d0c7608fc7ea6008c224f.tar.bz2 |
Fix fdim handling of infinities (bug 15797).
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 + 14699, 15531, 15749, 15797 * 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 |