about summary refs log tree commit diff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-12-14 07:03:26 +0000
committerUlrich Drepper <drepper@redhat.com>2001-12-14 07:03:26 +0000
commit64e1abb5add28bd0d9e13a0182c92c46fc2c1db3 (patch)
tree878ced824b987ef930c2e0953a9f1b2bd4b05e33
parent261e312c011fa29383a948322592e2abb3f85cee (diff)
downloadglibc-64e1abb5add28bd0d9e13a0182c92c46fc2c1db3.tar.gz
glibc-64e1abb5add28bd0d9e13a0182c92c46fc2c1db3.tar.xz
glibc-64e1abb5add28bd0d9e13a0182c92c46fc2c1db3.zip
Update.
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 069195c461..fbf4b01a43 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-12-13  Thorsten Kukuk  <kukuk@suse.de>
+
+	* 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  <drepper@redhat.com>
 
 	* crypt/md5.c (md5_process_bytes): Correct handling of alignment.