From: Ulrich Drepper Date: Fri, 14 Dec 2001 07:03:26 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/glibc-2-2-5~82 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=64e1abb5add28bd0d9e13a0182c92c46fc2c1db3;p=thirdparty%2Fglibc.git Update. --- diff --git a/ChangeLog b/ChangeLog index 069195c4611..fbf4b01a438 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-12-13 Thorsten Kukuk + + * sysdeps/posix/cuserid.c (cuserid): If we don't find the UID, + but have a user supplied buffer, return the empty buffer, not NULL. + 2001-12-13 Ulrich Drepper * crypt/md5.c (md5_process_bytes): Correct handling of alignment.