Home
last modified time | relevance | path

Searched hist:edf1796d3e1b7c2d22626eb1f723012eaa80c504 (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/kern/
H A Dkern_fork.cdiff edf1796d3e1b7c2d22626eb1f723012eaa80c504 Wed May 06 23:03:19 CEST 2015 Mateusz Guzik <mjg@FreeBSD.org> 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