Re: [PATCH][BUG] Improper handling of SIGINT after running wait causes crash

2016-01-03 Thread Joey Geralnik
t; On Sat, Jan 02, 2016 at 03:08:54PM +0200, Joey Geralnik wrote: > >> I have found an easily reproducible bug in bash that causes it to crash > and > >> have attached a fix. > > > > I think this was already reported [..] > > And I think the fix is in: > >

[PATCH][BUG] Improper handling of SIGINT after running wait causes crash

2016-01-02 Thread Joey Geralnik
I have found an easily reproducible bug in bash that causes it to crash and have attached a fix. First, the bug: joey@charmander:~$ wait joey@charmander:~$ ^C joey@charmander:~$ true& [1] 6961 joey@charmander:~$ *** stack smashing detected ***: bash terminated Aborted (core dumped) All you have