diff options
author | Ron Yorston <rmy@pobox.com> | 2024-10-12 09:46:24 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2024-10-12 09:46:24 +0100 |
commit | 8db590e2431a18628a693d49e943d2c4d94cb85c (patch) | |
tree | fccfcb47a1dcfe49ed7ea85bfc7ef39d6f15abe6 /arch | |
parent | 4bdeee55c1c2a456cae12abdff775fc60903bd6f (diff) | |
download | busybox-w32-8db590e2431a18628a693d49e943d2c4d94cb85c.tar.gz busybox-w32-8db590e2431a18628a693d49e943d2c4d94cb85c.tar.bz2 busybox-w32-8db590e2431a18628a693d49e943d2c4d94cb85c.zip |
kill: fix regression in 'kill -9'
'kill -9' was found to fail with an 'Invalid argument' error.
This is a regression introduced by commit 569de936a (kill: killing
a zombie process should fail).
Use the correct argument to OpenProcess() for SIGKILL so it can
query the exit code of the target process.
Adds 16 bytes.
(GitHub issue #465)
Diffstat (limited to 'arch')
0 files changed, 0 insertions, 0 deletions