HomeFreeBSD

Use zfree() instead of bzero() and free().

Description

Use zfree() instead of bzero() and free().

These bzero's should have been explicit_bzero's.

Reviewed by: cem, delphij
Sponsored by: Chelsio Communications
Differential Revision: https://reviews.freebsd.org/D25437

Details

Provenance
jhbAuthored on
Reviewer
cem
Differential Revision
D25437: Use zfree() instead of bzero() and free().
Parents
rS362625: Zero the temporary HMAC key in hmac_init_pad().
Branches
Unknown
Tags
Unknown