diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-10-01 23:55:51 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-10-01 23:55:51 +0000 |
commit | 29bdc37a646cecd2718f53ab7fe6fffe0c111a9d (patch) | |
tree | 6ab538deacc593103fa39900c45e4874f6035213 | |
parent | 8088488d6d4a50e82a72074cc4b01949b7e3c1c1 (diff) | |
download | glibc-29bdc37a646cecd2718f53ab7fe6fffe0c111a9d.tar.gz glibc-29bdc37a646cecd2718f53ab7fe6fffe0c111a9d.tar.xz glibc-29bdc37a646cecd2718f53ab7fe6fffe0c111a9d.zip |
Update.
* malloc/malloc.c (public_vALLOc): Add missing use of hooks. (public_pVALLOc): Likewise.
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 5272415c86..1f7b813863 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,6 +6,9 @@ 2004-10-01 Ulrich Drepper <drepper@redhat.com> + * malloc/malloc.c (public_vALLOc): Add missing use of hooks. + (public_pVALLOc): Likewise. + * nscd/nscd_initgroups.c (__nscd_getgrouplist): Always add the group the caller provided unless there is a real problem. |