diff options
author | Joseph Myers <joseph@codesourcery.com> | 2013-08-21 19:58:42 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2013-08-21 19:58:42 +0000 |
commit | d1141ff6c875bc53c5ef6cd62b1bbfe91bdccd21 (patch) | |
tree | ad58664ecf8f83eebbedfbcaccbd9d7b3e82a065 | |
parent | acd06bb11f6d6436e15d0c7608fc7ea6008c224f (diff) | |
download | glibc-d1141ff6c875bc53c5ef6cd62b1bbfe91bdccd21.zip glibc-d1141ff6c875bc53c5ef6cd62b1bbfe91bdccd21.tar.gz glibc-d1141ff6c875bc53c5ef6cd62b1bbfe91bdccd21.tar.bz2 |
Add bug 15867 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 + 14699, 15531, 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 |