CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2024/10/22 05:54:05
Modified files: sys/kern : kern_proc.c kern_sig.c sys/sys : proc.h Log message: Protect the ps_pgrp pointer by either the KERNEL_LOCK or the ps_mtx. This should be enough to be on the safe side when unlocking ptsignal where a pr->ps_pgrp->pg_jobc == 0 check happens. OK mpi@ kettenis@