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)
Tue, Jan 21, 12:31 PM
Unknown Object (File)
Fri, Jan 17, 8:01 PM
Unknown Object (File)
Sat, Jan 4, 8:56 AM
Unknown Object (File)
Dec 5 2024, 4:04 PM
Unknown Object (File)
Nov 29 2024, 1:26 AM
Unknown Object (File)
Nov 19 2024, 1:35 PM
Unknown Object (File)
Sep 26 2024, 12:08 AM
Unknown Object (File)
Sep 25 2024, 6:06 AM

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.