summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoe Landers <jlanders@vmware.com>2009-10-29 16:22:01 -0700
committerUlrich Drepper <drepper@redhat.com>2009-10-29 16:22:01 -0700
commit1a9e411e2aba14573ddc2ced4a5ee927a01031e0 (patch)
tree4d3ce795f544c5fe1f1cec2ab50c379352441e38 /ChangeLog
parentcc88b371a5072242b76d80fae5483d1777029c71 (diff)
Fix memory leak in NIS grp database handling.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 15a753bf98..81defae3f5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2009-10-29 Ulrich Drepper <drepper@redhat.com>
+ [BZ #10713]
+ * nis/nss_nis/nis-grp.c (internal_nis_endgrent): Start freeing blocks
+ from intern.start. Patch by Joe Landers <jlanders@vmware.com>.
+
[BZ #10780]
* libio/ioputs.c (_IO_puts): Make sure to not return a number which
overflows the int return type.