CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2022/06/29 04:48:22
Modified files: sys/kern : kern_sig.c Log message: Move the deep check back into the loop. There are ways that even though we're deep the code will SSTOP and sleep and then on wakeup we need to recheck the deep conditions. Issue analyzed and OK by mpi@ Reported-by: syzbot+f7634539e73108238...@syzkaller.appspotmail.com