diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-12-09 22:31:22 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-12-09 22:31:22 +0000 |
commit | a822d9f4461c2b26e2d6f2671baad28c2c6f80d2 (patch) | |
tree | 72563632a71579c2d88e7bd049f7d9ae699556c8 /ChangeLog | |
parent | 66f17705e46e88f8f01e66556fe62487aecdce29 (diff) | |
download | glibc-a822d9f4461c2b26e2d6f2671baad28c2c6f80d2.tar glibc-a822d9f4461c2b26e2d6f2671baad28c2c6f80d2.tar.gz glibc-a822d9f4461c2b26e2d6f2671baad28c2c6f80d2.tar.bz2 glibc-a822d9f4461c2b26e2d6f2671baad28c2c6f80d2.zip |
* misc/mntent_r.c (__hasmntopt): Check p[optlen] even when p == rest.
Start searching for next comma at p rather than rest.
* misc/Makefile (tests): Add tst-mntent2.
* misc/tst-mntent2.c: New test.
* misc/getusershell.c (initshells): Check for integer overflows.
Make strings buffer one bigger as fgets always succeeds when second
argument is 1. Don't use calloc for shells array. Disallow
/ as shell.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2006-12-09 Jakub Jelinek <jakub@redhat.com> + + * misc/mntent_r.c (__hasmntopt): Check p[optlen] even when p == rest. + Start searching for next comma at p rather than rest. + * misc/Makefile (tests): Add tst-mntent2. + * misc/tst-mntent2.c: New test. + + * misc/getusershell.c (initshells): Check for integer overflows. + Make strings buffer one bigger as fgets always succeeds when second + argument is 1. Don't use calloc for shells array. Disallow + / as shell. + 2006-12-08 Ulrich Drepper <drepper@redhat.com> * malloc/memusage.c: Handle realloc with new size of zero and |