diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-08-20 18:07:28 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-08-20 18:07:28 +0000 |
commit | be7d999a0931203c5541714a255635459ee6dde2 (patch) | |
tree | dbc64a1ec52528fb7c81dc47039a31235e1c4952 /ChangeLog | |
parent | f95a00152abfa60e3f825d0d29970421a618286d (diff) | |
download | glibc-be7d999a0931203c5541714a255635459ee6dde2.zip glibc-be7d999a0931203c5541714a255635459ee6dde2.tar.gz glibc-be7d999a0931203c5541714a255635459ee6dde2.tar.bz2 |
Update.
* sysdeps/unix/sysv/linux/getcwd.c: Allocate buffer large enough
not only if size == 0, but also for size < 0.
* sysdeps/posix/getcwd.c: Likewise. [PR libc/1269]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,7 +1,8 @@ 1999-08-20 Ulrich Drepper <drepper@cygnus.com> - * sysdeps/posix/getcwd.c: Allocate buffer large enough not only if - size == 0, but also for size < 0 [PR libc/1269]. + * sysdeps/unix/sysv/linux/getcwd.c: Allocate buffer large enough + not only if size == 0, but also for size < 0. + * sysdeps/posix/getcwd.c: Likewise. [PR libc/1269] * posix/execvp.c (execvp): Allocate array name of correct size. Optimize inner loop. Use execve directly, not execv. |