diff options
author | Andreas Schwab <schwab@suse.de> | 2013-11-11 12:24:42 +0100 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 2013-11-11 12:26:32 +0100 |
commit | 8ec3f656d6edf6f16216105131fc8b0542216a5b (patch) | |
tree | 25930564f7938815cc886d5b5d6f355a7c1f6a75 /ChangeLog | |
parent | 43d5c02c72bdaf59a8e0d4b06f2ae87e42269cbd (diff) | |
download | glibc-8ec3f656d6edf6f16216105131fc8b0542216a5b.tar glibc-8ec3f656d6edf6f16216105131fc8b0542216a5b.tar.gz glibc-8ec3f656d6edf6f16216105131fc8b0542216a5b.tar.bz2 glibc-8ec3f656d6edf6f16216105131fc8b0542216a5b.zip |
Fix off-by-one in nscd getservbyport call
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2013-11-11 Andreas Schwab <schwab@suse.de> + + [BZ #16153] + * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include + terminating NUL in key length. + 2013-11-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com> * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): |