Re: compgen -W evaluation is leading to security holes

2018-09-15 Thread Joey Hess
The people affected by this security hole will certianly find it surprising, but if you're not concerned by unnecessary features that encoruage security holes, I won't try to argue. -- see shy jo signature.asc Description: PGP signature

compgen -W evaluation is leading to security holes

2018-09-14 Thread joey
Configuration Information [Automatically generated, do not change]: Machine: x86_64 OS: linux-gnu Compiler: gcc Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='x86_64' -DCONF_OSTYPE='linux-gnu' -DCONF_MACHTYPE='x86_64-pc-linux-gnu' -DCONF_VENDOR='pc' -DLOCALEDIR='/usr/share/locale' -DPACKA

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