Page MenuHomeFreeBSD

pf: Fix NULL deref in m_pullup failure case
ClosedPublic

Authored by igoro on Jul 2 2024, 4:29 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Oct 13, 10:35 PM
Unknown Object (File)
Mon, Oct 13, 10:35 PM
Unknown Object (File)
Mon, Oct 13, 10:35 PM
Unknown Object (File)
Mon, Oct 13, 8:55 AM
Unknown Object (File)
Tue, Oct 7, 12:59 AM
Unknown Object (File)
Sun, Sep 21, 5:40 PM
Unknown Object (File)
Wed, Sep 17, 2:01 AM
Unknown Object (File)
Sep 15 2025, 11:12 AM

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

igoro requested review of this revision.Jul 2 2024, 4:29 PM

After the main change landing brain starts thinking outside of the box. We could save the m_len before the m_pullup for the sake of a detailed error report, but it's not felt to be very important. Let me know if it is.

I don't think there is any value in saving and printing m_len.

This revision is now accepted and ready to land.Jul 2 2024, 4:38 PM
This revision was automatically updated to reflect the committed changes.