In the big p_stat switch in ptsignal do not call return but instead
authorclaudio <claudio@openbsd.org>
Wed, 22 May 2024 09:22:55 +0000 (09:22 +0000)
committerclaudio <claudio@openbsd.org>
Wed, 22 May 2024 09:22:55 +0000 (09:22 +0000)
commit31342e3c5e18ba2454a13af522497b4e46fcc549
tree783b2c97b5dc4673a30bda5f7b7c0da7d3333cac
parentf5a6fea6afbf41ba68c0a53f5a4f2277e47251f3
In the big p_stat switch in ptsignal do not call return but instead
use one of the gotos. In this case goto out with mask and prop set to 0.

OK jca@
sys/kern/kern_sig.c