Re: BusyBox 'ash' should reset SIGQUIT action of its children (Bug)

2016-07-16 Thread Denys Vlasenko
On Fri, Jul 15, 2016 at 9:49 AM, Kang-Che Sung wrote: > I recently discovered this bug, but since BusyBox website is offline > for now, I think I'll report here first. > > Test case (try on a freshly logged-in tty where busybox ash isn't the > default shell): > > $ bash

BusyBox 'ash' should reset SIGQUIT action of its children (Bug)

2016-07-15 Thread Kang-Che Sung
I recently discovered this bug, but since BusyBox website is offline for now, I think I'll report here first. Test case (try on a freshly logged-in tty where busybox ash isn't the default shell): $ bash $ exec bash $ yes >/dev/null $ # (Press Ctrl+\ ) $ dash $ exec dash