Re: bash-4.3 stack smashing

2015-07-11 Thread Chet Ramey
On 7/9/15 5:44 AM, Ondrej Oprala wrote: > Hi, > devel branch's commit 67440b introduced a change in sig.c; specifically, > deleting line 608 > seems to solve the problem (though I've no idea what else it breaks). Thanks for the report and the pointer to the place to investigate. This will be fixe

Re: bash-4.3 stack smashing

2015-07-09 Thread Greg Wooledge
On Thu, Jul 09, 2015 at 11:44:11AM +0200, Ondrej Oprala wrote: > reproducer: > > PS1="$PS1\$(true)" # command substitution in PS1 seems to be important to > reproduce > wait > ^C > # end of reproducer Confirmed in 4.3.39.

bash-4.3 stack smashing

2015-07-09 Thread Ondrej Oprala
Hi, devel branch's commit 67440b introduced a change in sig.c; specifically, deleting line 608 seems to solve the problem (though I've no idea what else it breaks). reproducer: PS1="$PS1\$(true)" # command substitution in PS1 seems to be important to reproduce wait ^C # end of reproducer Th