]> git.ipfire.org Git - thirdparty/glibc.git/commit
2005-01-20 Ulrich Drepper <drepper@redhat.com>
authorRoland McGrath <roland@gnu.org>
Wed, 16 Feb 2005 10:56:40 +0000 (10:56 +0000)
committerRoland McGrath <roland@gnu.org>
Wed, 16 Feb 2005 10:56:40 +0000 (10:56 +0000)
commitabc5ac20ece7a07ef1840ed0ec5287ad34443c6a
tree32bf2411ca0a883ad3e93ec6d06da45627cd464f
parentc82d3c397924234b88ee620270b20a56630357ea
2005-01-20  Ulrich Drepper  <drepper@redhat.com>

* posix/execl.c: Do not allocate potentially large buffers on the
stack.
* posix/execle.c: Likewise.
* posix/execlp.c: Likewise.
* posix/execlp.c: Likewise.
(script_execute): Removed.
(allocate_scripts_argv): New function.  Called at most once to
allocate memory, not every time a script is run.  Adjust caller.
posix/execl.c
posix/execle.c
posix/execlp.c