diff options
author | Joseph Myers <joseph@codesourcery.com> | 2013-09-02 14:51:24 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2013-09-02 14:51:24 +0000 |
commit | b7835e3223de60d3f5bf1fed66468b5052cd595f (patch) | |
tree | 028faceec3efa9b69de0052d6713c5b14bc29ee9 /NEWS | |
parent | 8220f4f00803cfb26520a8bf2ca493493dde4f60 (diff) | |
download | glibc-b7835e3223de60d3f5bf1fed66468b5052cd595f.tar glibc-b7835e3223de60d3f5bf1fed66468b5052cd595f.tar.gz glibc-b7835e3223de60d3f5bf1fed66468b5052cd595f.tar.bz2 glibc-b7835e3223de60d3f5bf1fed66468b5052cd595f.zip |
Fix spurious jnf underflows (bug 14155).
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: - 14699, 15522, 15531, 15532, 15736, 15749, 15797, 15867, 15890, 15897, - 15905, 15909. + 14155, 14699, 15522, 15531, 15532, 15736, 15749, 15797, 15867, 15890, + 15897, 15905, 15909. * 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 |