K 10 svn:author V 3 mjg K 8 svn:date V 27 2015-05-06T21:03:19.973642Z K 7 svn:log V 302 Fix up panics when fork fails due to hitting proc limit The function clearning credentials on failure asserts the process is a zombie, which is not true when fork fails. Changing creds to NULL is unnecessary, but is still being done for consistency with other code. Pointy hat: mjg Reported by: pho END