aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-12-14 07:02:23 +0000
committerUlrich Drepper <drepper@redhat.com>2001-12-14 07:02:23 +0000
commit9b63f5b4fae14e1636517550d45f453439cbaac6 (patch)
treef10a1481608750ae76d4628de74aeb3e7e8bc1ea /ChangeLog
parent0838e0b9265a9ec55d1a11fa3f32616ec7dbf74c (diff)
downloadglibc-9b63f5b4fae14e1636517550d45f453439cbaac6.zip
glibc-9b63f5b4fae14e1636517550d45f453439cbaac6.tar.gz
glibc-9b63f5b4fae14e1636517550d45f453439cbaac6.tar.bz2
Update.
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9541804..95e1023 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.