Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 01 Feb 2019 13:48:15 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 169630] [pf] [patch] pf fragment reassembly of padded (undersized) fragments
Message-ID:  <bug-169630-227-ShtBx8VtG6@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-169630-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-169630-227@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=3D169630

Kristof Provost <kp@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kp@freebsd.org
         Resolution|---                         |FIXED
             Status|Open                        |Closed

--- Comment #3 from Kristof Provost <kp@freebsd.org> ---
I believe this got fixed a long time ago.=20
The normalisation code now contains this:

                /* Strip off any trailing bytes. */
                m_adj(m2, frent->fe_len - m2->m_pkthdr.len);

Please re-open this bug if the problem can be reproduced on 12.0 or 11.2.

--=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-169630-227-ShtBx8VtG6>