Page MenuHomeFreeBSD

LinuxKPI: implement memzero_explicit()
ClosedPublic

Authored by bz on Apr 2 2024, 9:59 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Jun 12, 11:54 PM
Unknown Object (File)
Apr 26 2024, 4:38 AM
Unknown Object (File)
Apr 12 2024, 11:27 PM
Unknown Object (File)
Apr 12 2024, 1:11 PM
Unknown Object (File)
Apr 6 2024, 1:20 AM
Unknown Object (File)
Apr 3 2024, 7:53 PM
Subscribers

Diff Detail

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

Event Timeline

bz requested review of this revision.Apr 2 2024, 9:59 AM

as an aside we should really add memset_explicit to libc and libkern

This revision is now accepted and ready to land.Apr 2 2024, 12:09 PM

You made me have a look; grep -r HAVE_EXPLICIT_BZERO seems to be a pattern which reveals a few more implementations in the tree; we should probably make sure if we migrate this into more general code to make sure we set the appropriate #defines for the various kernel code bits to switch to the one common implementation then; I'll leave it for someone who can better drive this at this point.

This revision was automatically updated to reflect the committed changes.