mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-27 03:41:23 +08:00
Update.
* sysdeps/posix/getcwd.c: Allocate buffer large enough not only if size == 0, but also for size < 0 [PR libc/1269].
This commit is contained in:
parent
d13ec59a49
commit
f95a00152a
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user