Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Jun 2000 17:44:54 +0200
From:      Jeroen Ruigrok van der Werven <jruigrok@via-net-works.nl>
To:        Bart Thate <freebsd@1st.dudi.org>
Cc:        freebsd-current@FreeBSD.ORG, rwatson@FreeBSD.ORG
Subject:   Re: current jail panic II
Message-ID:  <20000613174454.X37438@lucifer.bart.nl>
In-Reply-To: <Pine.LNX.3.95.1000613164425.8338A-100000@node1457.a2000.nl>; from freebsd@1st.dudi.org on Tue, Jun 13, 2000 at 04:59:29PM %2B0200
References:  <Pine.LNX.3.95.1000613164425.8338A-100000@node1457.a2000.nl>

next in thread | previous in thread | raw e-mail | index | archive | help
-On [20000613 17:08], Bart Thate (freebsd@1st.dudi.org) 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
<jruigrok@via-net-works.nl>            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 majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000613174454.X37438>