git: kernel - Fix sysv semaphore panic

Matthew Dillon dillon at crater.dragonflybsd.org
Tue Jan 25 14:34:38 PST 2022


commit e527519aefede156ff8519c6157cf5cc1cc57ca2
Author: Matthew Dillon <dillon at 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/e527519aefede156ff8519c6157cf5cc1cc57ca2


-- 
DragonFly BSD source repository


More information about the Commits mailing list