From: Ulrich Drepper Date: Fri, 1 Oct 2004 23:55:51 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/fedora-glibc-20041004T0747~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29bdc37a646cecd2718f53ab7fe6fffe0c111a9d;p=thirdparty%2Fglibc.git Update. * malloc/malloc.c (public_vALLOc): Add missing use of hooks. (public_pVALLOc): Likewise. --- diff --git a/ChangeLog b/ChangeLog index 5272415c863..1f7b8138636 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,6 +6,9 @@ 2004-10-01 Ulrich Drepper + * 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.