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)
Mar 28 2024, 9:25 PM
Unknown Object (File)
Mar 14 2024, 6:34 AM
Unknown Object (File)
Mar 14 2024, 6:34 AM
Unknown Object (File)
Mar 14 2024, 6:34 AM
Unknown Object (File)
Mar 10 2024, 10:29 PM
Unknown Object (File)
Feb 13 2024, 8:13 PM
Unknown Object (File)
Feb 13 2024, 9:04 AM
Unknown Object (File)
Jan 5 2024, 5:44 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.