Page MenuHomeFreeBSD

LinuxKPI: implement memzero_explicit()
ClosedPublic

Authored by bz on Apr 2 2024, 9:59 AM.
Tags
None
Referenced Files
Unknown Object (File)
Oct 13 2024, 6:51 AM
Unknown Object (File)
Oct 3 2024, 10:16 AM
Unknown Object (File)
Sep 27 2024, 2:23 PM
Unknown Object (File)
Sep 27 2024, 7:34 AM
Unknown Object (File)
Sep 11 2024, 6:59 PM
Unknown Object (File)
Sep 9 2024, 12:18 AM
Unknown Object (File)
Sep 8 2024, 8:47 AM
Unknown Object (File)
Jul 29 2024, 7:06 AM
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.