Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 04 Oct 2017 04:08:13 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ipfw@FreeBSD.org
Subject:   [Bug 222746] ipfw: tcpdatalen does not exactly match IPv6 packets.
Message-ID:  <bug-222746-7515-t5TZeKywnb@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-222746-7515@https.bugs.freebsd.org/bugzilla/>
References:  <bug-222746-7515@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D222746

Tatsuki Makino <tatsuki_makino@hotmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #186874|0                           |1
        is obsolete|                            |

--- Comment #1 from Tatsuki Makino <tatsuki_makino@hotmail.com> ---
Created attachment 186894
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D186894&action=
=3Dedit
patch for CURRENT

attachment 186874 reused the variable iplen. But iplen overflows when ip6_p=
len
is greater than 65495.
The new patch does not use the sum of header size and payload size.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



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