On Sat, 12 Apr 2025 16:03:53 +0200
Christian Franke wrote:
> Found during testing of:
> https://sourceware.org/pipermail/cygwin-patches/2025q2/013651.html
> 
> Examples using nonexistent PIDs:
> 
> $ /bin/kill -9 -8 # OK, same as /bin/kill -9 -- -8
> kill: -8: No such process
> 
> $ /bin/kill -SIGKILL -11 # bogus message
> kill: illegal pid: -SIGKILL
> kill: -11: No such process
> 
> $ /bin/kill -9 -11 # BAD, same as /bin/kill -9 -- -9 -11
> kill: -9: No such process
> kill: -11: No such process
> 
> The above works as expected with the bash builtin and with /usr/bin/kill 
> from Debian 12.

Thanks for the patch. LGTM.
Pushed.

-- 
Takashi Yano <takashi.y...@nifty.ne.jp>

Reply via email to