diff options
author | Ron Yorston <rmy@pobox.com> | 2018-12-13 15:01:44 +0000 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2018-12-13 15:34:54 +0000 |
commit | c17f7130a77698ba440525919a20d08b26333dd3 (patch) | |
tree | 52bfd64c7af0816d990303c591cc6c03ec5b7b97 /win32 | |
parent | 68ddd4ec3c1275c66e01172498055817cbb10f04 (diff) | |
download | busybox-w32-c17f7130a77698ba440525919a20d08b26333dd3.tar.gz busybox-w32-c17f7130a77698ba440525919a20d08b26333dd3.tar.bz2 busybox-w32-c17f7130a77698ba440525919a20d08b26333dd3.zip |
ash: fix ctrl-c handling for pipelines
There were two flaws in the implementation of ctrl-c handling in
waitpid_child():
- processes associated with all jobs were killed;
- all processes in a pipeline were killed but only the status of
one was updated.
As a result of the latter ctrl-c didn't reliably stop a pipeline.
Diffstat (limited to 'win32')
0 files changed, 0 insertions, 0 deletions