Page MenuHomeFreeBSD

IPsec: Use protocol-specific malloc types instead of M_XDATA.
ClosedPublic

Authored by jhb on Jan 21 2022, 5:48 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Sep 25, 8:02 AM
Unknown Object (File)
Thu, Sep 25, 1:26 AM
Unknown Object (File)
Sat, Sep 20, 11:26 AM
Unknown Object (File)
Fri, Sep 19, 4:02 PM
Unknown Object (File)
Sep 14 2025, 11:11 PM
Unknown Object (File)
Aug 26 2025, 4:32 PM
Unknown Object (File)
Aug 26 2025, 3:46 PM
Unknown Object (File)
Aug 26 2025, 3:27 PM

Diff Detail

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

Event Timeline

jhb requested review of this revision.Jan 21 2022, 5:48 PM

These files should be explicitly including malloc.h.

This revision is now accepted and ready to land.Jan 21 2022, 6:09 PM

These files should be explicitly including malloc.h.

Hmm, probably yes. There's probably a nested include in cryptodev.h that needs to be axed now or some such.