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@localhost>