Re: [PATCH/RFC] [Crypto] Check if ablkcipher->queue field is used.

2007-06-22 Thread Herbert Xu
On Fri, Jun 08, 2007 at 05:55:51PM +, Sebastian Siewior wrote: > Evgeniy's hifn driver and probably mine don't use ablkcipher->queue at all. > The show method of ablkcipher will access this field without checking if it > is valid. > > Signed-off-by: Sebastian Siewior <[EMAIL PROTECTED]> Act

[PATCH/RFC] [Crypto] Check if ablkcipher->queue field is used.

2007-06-08 Thread Sebastian Siewior
Evgeniy's hifn driver and probably mine don't use ablkcipher->queue at all. The show method of ablkcipher will access this field without checking if it is valid. Signed-off-by: Sebastian Siewior <[EMAIL PROTECTED]> Index: b/crypto/ablkcipher.c