Page MenuHomeFreeBSD

LinuxKPI: add kfree_sensitive() using zfree().
ClosedPublic

Authored by bz on May 24 2021, 6:59 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, May 13, 4:55 PM
Unknown Object (File)
Thu, May 7, 12:10 AM
Unknown Object (File)
Wed, May 6, 1:01 AM
Unknown Object (File)
Thu, Apr 30, 3:24 PM
Unknown Object (File)
Mon, Apr 27, 8:28 AM
Unknown Object (File)
Tue, Apr 21, 12:52 AM
Unknown Object (File)
Mon, Apr 20, 8:13 PM
Unknown Object (File)
Apr 12 2026, 12:51 AM

Details

Summary

Sponsored by: The FreeBSD Foundation
MFC after: 2 weeks
Reviewed by:
Differential Revision:

Diff Detail

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

Event Timeline

bz requested review of this revision.May 24 2021, 6:59 PM
hselasky added a subscriber: hselasky.
hselasky added inline comments.
sys/compat/linuxkpi/common/include/linux/slab.h
204

Is this function supposed to zero the memory it frees?

This revision is now accepted and ready to land.May 24 2021, 7:15 PM
bz marked an inline comment as done.May 24 2021, 9:30 PM
bz added inline comments.
sys/compat/linuxkpi/common/include/linux/slab.h
204

Yes.

This revision was automatically updated to reflect the committed changes.
bz marked an inline comment as done.