-On [20000613 17:08], Bart Thate ([EMAIL PROTECTED]) wrote:
>
>prp is 0x0 but is not checked upon. The check if prp ==0 is done 2 lines
>further on.
>
> if (prp == 0 || prp->pr_usrreqs->pru_attach == 0)
> return (EPROTONOSUPPORT);
>
>
>since both if-s return EPROTONOSUPPORT the fix is to move the prp == 0 if
>in front of the patches lines.
I committed a fix to CURRENT.
Can you verify if this stops the panics you're seeing?
Thanks,
--
Jeroen Ruigrok van der Werven Network- and systemadministrator
<[EMAIL PROTECTED]> VIA Net.Works The Netherlands
BSD: Technical excellence at its best http://www.via-net-works.nl
Love conquers all...
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message