Bash-4.3 patch 32
This commit is contained in:
4
jobs.c
4
jobs.c
@@ -3339,7 +3339,9 @@ itrace("waitchld: waitpid returns %d block = %d", pid, block);
|
|||||||
if (posixly_correct && this_shell_builtin && this_shell_builtin == wait_builtin)
|
if (posixly_correct && this_shell_builtin && this_shell_builtin == wait_builtin)
|
||||||
{
|
{
|
||||||
interrupt_immediately = 0;
|
interrupt_immediately = 0;
|
||||||
trap_handler (SIGCHLD); /* set pending_traps[SIGCHLD] */
|
/* This was trap_handler (SIGCHLD) but that can lose traps if
|
||||||
|
children_exited > 1 */
|
||||||
|
queue_sigchld_trap (children_exited);
|
||||||
wait_signal_received = SIGCHLD;
|
wait_signal_received = SIGCHLD;
|
||||||
/* If we're in a signal handler, let CHECK_WAIT_INTR pick it up;
|
/* If we're in a signal handler, let CHECK_WAIT_INTR pick it up;
|
||||||
run_pending_traps will call run_sigchld_trap later */
|
run_pending_traps will call run_sigchld_trap later */
|
||||||
|
|||||||
@@ -25,6 +25,6 @@
|
|||||||
regexp `^#define[ ]*PATCHLEVEL', since that's what support/mkversion.sh
|
regexp `^#define[ ]*PATCHLEVEL', since that's what support/mkversion.sh
|
||||||
looks for to find the patch level (for the sccs version string). */
|
looks for to find the patch level (for the sccs version string). */
|
||||||
|
|
||||||
#define PATCHLEVEL 31
|
#define PATCHLEVEL 32
|
||||||
|
|
||||||
#endif /* _PATCHLEVEL_H_ */
|
#endif /* _PATCHLEVEL_H_ */
|
||||||
|
|||||||
5365
variables.c.orig
5365
variables.c.orig
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user