polynomial-c 14/08/12 21:36:34
Added: bash-4.3-append-process-segfault.patch
Removed: bash-4.3-here-doc-ps2-comsub.patch
bash-4.3-lastpipe-nested-pipe-segfault.patch
Log:
Revbump to fix a segmentation fault with lastpipe. Removed old
(Portage version: 2.2.11-r1/cvs/Linux x86_64, signed Manifest commit with key
0x981CA6FC)
Revision Changes Path
1.1
app-shells/bash/files/bash-4.3-append-process-segfault.patch
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash/files/bash-4.3-append-process-segfault.patch?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash/files/bash-4.3-append-process-segfault.patch?rev=1.1&content-type=text/plain
Index: bash-4.3-append-process-segfault.patch
===================================================================
https://lists.gnu.org/archive/html/bug-bash/2014-08/msg00048.html
*** ../bash-4.3-patched/execute_cmd.c 2014-07-30 10:26:52.000000000 -0400
--- execute_cmd.c 2014-08-11 16:55:57.000000000 -0400
***************
*** 2406,2410 ****
{
#if defined (JOB_CONTROL)
! append_process (savestring (the_printed_command), dollar_dollar_pid,
exec_result, lastpipe_jid);
#endif
lstdin = wait_for (lastpid);
--- 2433,2438 ----
{
#if defined (JOB_CONTROL)
! if (INVALID_JOB (lastpipe_jid) == 0)
! append_process (savestring (the_printed_command_except_trap),
dollar_dollar_pid, exec_result, lastpipe_jid);
#endif
lstdin = wait_for (lastpid);