about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>2014-02-13 11:01:57 +0100
committerAndreas Schwab <schwab@suse.de>2014-02-13 12:54:34 +0100
commitd668061994a7486a3ba9c7d5e7882d85a2883707 (patch)
treeab372c220adff0fb3459d822e316f79917d9e803 /ChangeLog
parent743151aeaedc113900805523195fc3d9cff0bdb6 (diff)
downloadglibc-d668061994a7486a3ba9c7d5e7882d85a2883707.tar.gz
glibc-d668061994a7486a3ba9c7d5e7882d85a2883707.tar.xz
glibc-d668061994a7486a3ba9c7d5e7882d85a2883707.zip
Fix memory leak in _nss_dns_gethostbyname4_r with big DNS answer
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2d6e872fb2..2d060dfa92 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2014-02-13  Andreas Schwab  <schwab@suse.de>
+
+	[BZ #16574]
+	* resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
+	second answer buffer if it was separately allocated.
+
 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
 
 	* sysdeps/mips/math-tests.h: Include <features.h>.