On Fri, 19 Mar 2010, Ermal Luçi wrote:

Hi,

Shouldn't this check be
if (m->m_len > sizeof (struct ip)) {
instead of
if (m->m_len < sizeof (struct ip)) {

Should it be > or >= ?

/bz

--
Bjoern A. Zeeb         It will not break if you know what you are doing.
_______________________________________________
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"

Reply via email to