diff options
author | Vinitha Vijayan <vinitha.vijayann@gmail.com> | 2013-09-21 17:51:58 +0200 |
---|---|---|
committer | Ondřej Bílka <neleai@seznam.cz> | 2013-09-21 19:18:23 +0200 |
commit | f5f4e7b48bcc926e00913aa2ae6da19096864535 (patch) | |
tree | a2c4e48cbae7275968f22f80233584727a870445 /NEWS | |
parent | 5bb43a43199e2bc3f729b858d26c47e91fd56621 (diff) | |
download | glibc-f5f4e7b48bcc926e00913aa2ae6da19096864535.tar.gz |
[BZ #15859] Fix memory leak in _dl_map_object_deps
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -9,10 +9,11 @@ Version 2.19 * The following bugs are resolved with this release: - 13985. 14155, 14699, 15427, 15522, 15531, 15532, 15640, 15736, 15748, - 15749, 15797, 15844, 15849, 15855, 15856, 15857, 15867, 15886, 15887, - 15890, 15892, 15893, 15895, 15897, 15905, 15909, 15921, 15939, 15966, - 15963. + 13985, 14155, 14699, 15427, 15522, 15531, 15532, 15640, 15736, 15748, + 15749, 15797, 15844, 15849, 15855, 15856, 15857, 15859, 15867, 15886, + 15887, 15890, 15892, 15893, 15895, 15897, 15905, 15909, 15921, 15939, + 15887, 15890, 15892, 15893, 15895, 15897, 15905, 15909, 15921, 15939, + 15963, 15966. * 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 |