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:
> >
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