]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Don't try to kill embryonic processes in killpg1(). This prevents
authorps <ps@FreeBSD.org>
Fri, 21 Apr 2006 19:26:21 +0000 (19:26 +0000)
committerps <ps@FreeBSD.org>
Fri, 21 Apr 2006 19:26:21 +0000 (19:26 +0000)
commit76acdb63325b2b9476bb6a3735c611c5b1b5e5ab
treeec418fd15d48881f4a62535c56b8286dd8cf6ccb
parente78dcbbd044f8448fce49e683c04265c9d67717a
Don't try to kill embryonic processes in  killpg1().  This prevents
a race condition between fork() and kill(pid,sig) with pid < 0 that
can cause a kernel panic.

Submitted by: up
MFC after: 3 weeks
sys/kern/kern_sig.c