Re: [PATCH] A terminating signal has to complete a bash process

2018-05-04 Thread Andrei Vagin
On Thu, May 03, 2018 at 04:29:13PM -0400, Chet Ramey wrote: > On 5/1/18 7:55 PM, Andrei Vagin wrote: > > >> If it's not obvious, I'm trying to determine whether making this change > >> will add any more value than simply exiting (perhaps with a particular > >> exit status). > > > > It will add mo

Re: [PATCH] `bind -x' inside `bind -x' bindings causes execution of random strings

2018-05-04 Thread Chet Ramey
On 5/3/18 11:27 AM, Koichi Murase wrote: > Bash Version: 4.4 > Patch Level: 19 > Release Status: release > > Description: > > After calls of `bind -x' inside functions called via `bind -x', > random strings are executed as a command. > > This happens in the following way: When the binding i