commit e527519aefede156ff8519c6157cf5cc1cc57ca2
Author: Matthew Dillon <[email protected]>
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/e527519aefede156ff8519c6157cf5cc1cc57ca2
--
DragonFly BSD source repository