cvs commit: src/sys/kern kern_sig.c

Robert Watson rwatson at FreeBSD.org
Sat Mar 8 15:48:06 UTC 2008


rwatson     2008-03-08 15:48:06 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_sig.c 
  Log:
  Unlock the process lock when expand_name() fails, or we may leak the
  process lock leading to a hang.  This bug was introduced in
  kern_sig.c:1.351, when the call to expand_name() was moved earlier
  bit this particular error case was not updated.
  
  Revision  Changes    Path
  1.356     +1 -0      src/sys/kern/kern_sig.c


More information about the cvs-src mailing list