Subject: Re: CVS commit: src/sys/opencrypto
To: None <jonathan@netbsd.org>
From: Jason Thorpe <thorpej@wasabisystems.com>
List: source-changes
Date: 11/18/2003 15:15:30
On Nov 18, 2003, at 3:01 PM, Jonathan Stone wrote:

> Log Message:
> Remove erroneous '2 *' from 'bzero(*sched, 2 * sizeof(rijndael_ctx));'
> After using AES from sys/crypto, we only malloc sizeof(rijndael_ctx),
> and we were bzero()ing past the end of the aes ctx, leading to panics.

Oops.  Mea culpa.  Thanks for catching and fixing it, and sorry for the 
mess.

         -- Jason R. Thorpe <thorpej@wasabisystems.com>