summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2010-04-08 19:04:33 -0700
committerUlrich Drepper <drepper@redhat.com>2010-04-08 19:04:33 -0700
commitaa6436d6adc6570e5c934d02a656b4569ee703e6 (patch)
treef82860c9f429620b6b6f02129755ae8ba66ab7e7 /ChangeLog
parentad3d3e8f20c95aae9d26970c169bca6f48072681 (diff)
Fix reading loginuid file in getlogin{,_r}.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9d837772b2..540d1b4f5e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2010-04-08 Ulrich Drepper <drepper@redhat.com>
+ * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): When
+ reading the loginuid file use a buffer which is always large enough.
+ NUL-terminate the string.
+
* malloc/malloc.c (_int_malloc): Return NULL if printing error message
returns.