commit d03cdabdd013b2e48aa3e54bd21675830c19a441 Author: Matthew Dillon <dil...@apollo.backplane.com> Date: Tue Jan 25 14:33:55 2022 -0800
kernel - Fix sysv semaphore panic * Fix an exit race related to lingering sysv semaphores which can sometimes cause a kernel panic. Reported-by: zrj Summary of changes: sys/kern/sysv_sem.c | 26 ++++++++++++++++++++++---- 1 file changed, 22 insertions(+), 4 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/d03cdabdd013b2e48aa3e54bd21675830c19a441 -- DragonFly BSD source repository