K 10 svn:author V 3 tjr K 8 svn:date V 27 2003-03-12T11:10:04.000000Z K 7 svn:log V 220 In wait1(), remove the zombie process from zombproc before removing it from its pgrp to avoid leaving zombies around with p_pgrp == NULL. This bug was apparent as a NULL-dereference in the pid selection code in fork1(). END