[Bug 169630] [pf] [patch] pf fragment reassembly of padded (undersized) fragments

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Feb 1 13:48:17 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=169630

Kristof Provost <kp at freebsd.org> changed:

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

--- Comment #3 from Kristof Provost <kp at freebsd.org> ---
I believe this got fixed a long time ago. 
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.

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


More information about the freebsd-bugs mailing list