CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2025/06/04 07:06:51
Modified files: sys/kern : kern_sysctl.c Log message: Add forgotten mtx_enter() in FILLINPTABLE(). In commit rev 1.471 I have missed the continue path in the loop that needs to relock the mutex for the in_pcb_iterator(). Reported-by: syzbot+685e153e3bff59033...@syzkaller.appspotmail.com