diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 5df2d808ba..97fdc6e370 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +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]. + * posix/execvp.c (execvp): Allocate array name of correct size. Optimize inner loop. Use execve directly, not execv. |