HomeFreeBSD

init: use explicit_bzero() for clearing passwords

Description

init: use explicit_bzero() for clearing passwords

This is a nop in practice, because it cannot be proven that this
particular bzero() is not significant. Make it explicit anyways, rather
than relying on an implementation detail of how the password is
collected.

Discussed with: Andrew Gierth <andrew tao146 riddles org uk>

Details

Provenance
kevansAuthored on Mar 3 2021, 3:38 AM
Parents
rGde415e663c75: release.7: describe the NOGIT option
Branches
Unknown
Tags
Unknown