Subject: Re: panic: ipsec4_splithdr: first mbuf too short
To: Emmanuel Dreyfus <manu@netbsd.org>
From: Martin Husemann <martin@duskware.de>
List: tech-net
Date: 06/15/2006 10:59:09
On Thu, Jun 15, 2006 at 08:31:12AM +0000, Emmanuel Dreyfus wrote:
> I experienced this unpleasant panic. I wonder if this issue is caused
> by some kernel data inconsistency (which means that the panic is legitimate),
> or by a bogus packet (which means we should only issue a warning and drop
> the packet).

Or just m_pullup()? (no idea what ipsec splithdr does, so this might be a
stupid suggestion)

Martin