[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: kernel/1816: Repetable crashes of ipfilter code




Another piece of the puzzle.

ipfilter is calling in_cksum(mbuf, hlen). Apparently the real length of
the mbuf is shorter then hlen. (ie. not enough data). 

in_cksum in OpenBSD is the only one that panics in that situation. FreeBSD
and NetBSD just put out a warning.

--
Cam

On Tue, 8 May 2001, Andre Goeree wrote:
> in_cksum: out of data by 4
> in_cksum: out of data by 4
> [ continues for every ping packet ]
> 
> Any idea what that means?