[Toybox] [PATCH] Fix xsignal_all_killers().

enh enh at google.com
Mon Aug 30 08:56:31 PDT 2021


Found in github CI by the existing patch tests:
```
patch: xsignal 0: Invalid argument
```

When I grepped for places that would be affected by my `kill -0` change,
I grepped toys/, not lib/. (And I only ran the tests for the toys I
touched, not all the tests, and CI was already broken so we didn't
notice the new breakage until the old breakage was fixed :-( )
---
 lib/portability.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.landley.net/pipermail/toybox-landley.net/attachments/20210830/1d430215/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Fix-xsignal_all_killers.patch
Type: text/x-patch
Size: 1198 bytes
Desc: not available
URL: <http://lists.landley.net/pipermail/toybox-landley.net/attachments/20210830/1d430215/attachment-0002.bin>


More information about the Toybox mailing list