]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Don't try to kill embryonic processes in killpg1(). This prevents
authorPaul Saab <ps@FreeBSD.org>
Fri, 21 Apr 2006 19:26:21 +0000 (19:26 +0000)
committerPaul Saab <ps@FreeBSD.org>
Fri, 21 Apr 2006 19:26:21 +0000 (19:26 +0000)
commit95f16c1e2c97fa321ac6a7122c8e8602e8f01214
treeec418fd15d48881f4a62535c56b8286dd8cf6ccb
parent2237f113446afec5059d7a023d6f5312b91e9745
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