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)
Wed, Aug 12, 1:15 PM
Unknown Object (File)
Wed, Aug 12, 12:57 PM
Unknown Object (File)
Wed, Aug 12, 12:10 PM
Unknown Object (File)
Sat, Aug 8, 12:23 PM
Unknown Object (File)
Sat, Aug 8, 7:01 AM
Unknown Object (File)
Thu, Aug 6, 1:14 PM
Unknown Object (File)
Sat, Jul 25, 3:22 AM
Unknown Object (File)
Wed, Jul 22, 11:16 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.