diff options
author | Andreas Schwab <schwab@suse.de> | 2014-02-13 11:01:57 +0100 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2014-09-05 22:44:08 +1000 |
commit | efbeb31ba5277132b683011714f8e77bc2156aa2 (patch) | |
tree | 4e40fc5b1edab46aff23d8693c1e97c5304c50ff /NEWS | |
parent | 968b59ad2aecdbe67ac5016c395a7e38fd682bb7 (diff) | |
download | glibc-efbeb31ba5277132b683011714f8e77bc2156aa2.tar.gz glibc-efbeb31ba5277132b683011714f8e77bc2156aa2.tar.xz glibc-efbeb31ba5277132b683011714f8e77bc2156aa2.zip |
Fix memory leak in _nss_dns_gethostbyname4_r with big DNS answer
(cherry picked from commit d668061994a7486a3ba9c7d5e7882d85a2883707) Conflicts: NEWS
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS index d10a3aa442..d2b3419831 100644 --- a/NEWS +++ b/NEWS @@ -9,7 +9,7 @@ Version 2.19.1 * The following bugs are resolved with this release: - 16545, 16623, 16882, 16885, 16916, 16932, 16943, 16958, 17048. + 16545, 16574, 16623, 16882, 16885, 16916, 16932, 16943, 16958, 17048. * CVE-2014-4043 The posix_spawn_file_actions_addopen implementation did not copy the path argument. This allowed programs to cause posix_spawn to |