Update.
commit57b47af94b3c886ca65e32c41a9f665baaf823f0
authorUlrich Drepper <drepper@redhat.com>
Thu, 20 Jan 2005 20:10:02 +0000 (20 20:10 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 20 Jan 2005 20:10:02 +0000 (20 20:10 +0000)
tree7ba1c4dae362d23c75548f5161e7bf463541e0f0
parentf89c41c11634c6971cf001e7b59dc96d540cad65
Update.

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.

* sysdeps/generic/wordexp.c (exec_comm): Add a few
TEMP_FAILURE_RETRY.  Reorganize code to avoid multiple calls to
exec_comm_child.
(exec_comm_child): Can now be inlined.

* posix/Makefile: Add -fomit-frame-pointer for a few more files.
* stdlib/Makefile: Likewise.
ChangeLog
posix/Makefile
posix/execl.c
posix/execle.c
posix/execlp.c
posix/execvp.c
stdlib/Makefile