Project

General

Profile

Bug #1790 » ignore_null_td_ucred.patch

tero.jaasko.no.spam.please, 07/02/2010 05:31 PM

View differences:

sys/kern/kern_jail.c
if (td->td_proc == NULL)
return (1);
if (td->td_ucred == NULL)
return (1);
if ((pr = td->td_ucred->cr_prison) == NULL)
return (1);
(2-2/2)