]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Correctly bzero the entire context, not just the first sizeof(void *) bytes.
authorphk <phk@FreeBSD.org>
Mon, 8 Sep 2003 18:32:33 +0000 (18:32 +0000)
committerphk <phk@FreeBSD.org>
Mon, 8 Sep 2003 18:32:33 +0000 (18:32 +0000)
commit1456ca5b5889aebdaa92b75c6ed61e379dce3eea
tree16f46cd2e1a6ff4e9e33e313342c9f69600349c5
parentb9117c57990e342b0109c636c50e88babe235086
Correctly bzero the entire context, not just the first sizeof(void *) bytes.

Found by: Juergen Buchmueller <pullmoll@stop1984.com>
sys/crypto/sha2/sha2.c