Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Jan 2004 12:35:46 -0500
From:      David Gilbert <dgilbert@dclg.ca>
To:        freebsd-net@freebsd.org, freebsd-current@freebsd.org
Subject:   off-by-one error in ip_fragment, recently.
Message-ID:  <16384.14322.83258.940369@canoe.dclg.ca>

next in thread | raw e-mail | index | archive | help
I just updated a machine that uses GRE to -CURRENT.  Upon rebooting,
the debugger stopped at the following:

"panic: m_copym, offset > size of mbuf chain"

panic()
m_copym()
ip_fragment()
ip_output()
gre_output()
ip_output()
udp_output()
upd_send()
sosend()
kern_sendit()
sendit()
sendto()
syscall()
xint0x80_syscall()

... now I'm not sure that the error is perfectly technically
off-by-one, but its something similar.

Dave.

-- 
============================================================================
|David Gilbert, Independent Contractor.       | Two things can only be     |
|Mail:       dave@daveg.ca                    |  equal if and only if they |
|http://daveg.ca                              |   are precisely opposite.  |
=========================================================GLO================



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