diff options
author | Ulrich Drepper <drepper@redhat.com> | 2010-05-05 09:44:50 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2010-05-05 09:44:50 -0700 |
commit | 5ae958d74180e2572d198bd7872c86f391de6da7 (patch) | |
tree | 72cdaca4eb866f52e07ebf77f7cf540789d4f958 /ChangeLog | |
parent | 3155f066219acaa9e7f8b8a3737f336f98e978b9 (diff) | |
download | glibc-5ae958d74180e2572d198bd7872c86f391de6da7.tar glibc-5ae958d74180e2572d198bd7872c86f391de6da7.tar.gz glibc-5ae958d74180e2572d198bd7872c86f391de6da7.tar.bz2 glibc-5ae958d74180e2572d198bd7872c86f391de6da7.zip |
Handle too-small buffers in Linux getlogin_r.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2010-05-05 Ulrich Drepper <drepper@redhat.com> + [BZ #11571] + * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle + too small buffers according to the standard. + * sysdeps/unix/sysv/linux/kernel-features.h: Alpha doesn't have to be handled here anymore. Patch mostly by Matt Turner <mattst88@gmail.com>. |