Date: Sat, 8 Mar 2008 15:48:06 +0000 (UTC) From: Robert Watson <rwatson@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_sig.c Message-ID: <200803081548.m28Fm6L2013117@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200803081548.m28Fm6L2013117>