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)
Fri, Jun 7, 11:04 AM
Unknown Object (File)
Wed, May 22, 7:51 AM
Unknown Object (File)
Mar 16 2024, 1:25 AM
Unknown Object (File)
Dec 14 2023, 10:23 PM
Unknown Object (File)
Dec 13 2023, 4:04 AM
Unknown Object (File)
Nov 30 2023, 7:06 AM
Unknown Object (File)
Nov 14 2023, 9:56 AM
Unknown Object (File)
Nov 7 2023, 4:36 PM

Details

Summary

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

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 39406
Build 36295: arc lint + arc unit

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.