summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2011-05-31 08:45:44 -0400
committerUlrich Drepper <drepper@gmail.com>2011-05-31 08:45:44 -0400
commitc8fc0c91695b1c7003c7170861274161f9224817 (patch)
tree70ef7eccf7a99d4282377aabcbc1bd0e8f14a6e7 /ChangeLog
parent356f8bc660a154a07b03da7c536831da5c8f74fe (diff)
downloadglibc-c8fc0c91695b1c7003c7170861274161f9224817.tar.gz
glibc-c8fc0c91695b1c7003c7170861274161f9224817.tar.xz
glibc-c8fc0c91695b1c7003c7170861274161f9224817.zip
Don't free non-malloced memory and fix memory leak glibc-2.14.9000
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3a6abda7d0..eee3d1bfd9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-05-31  Andreas Schwab  <schwab@redhat.com>
+
+	* nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
+	memory.  Use alloca_account.  Fix memory leak when retrying.
+
 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
 
 	* version.h (RELEASE): Bump for 2.14 release.