[CRYPTO] cipher: Align temporary buffer in cbc_process_decrypt
authorHerbert Xu <herbert@gondor.apana.org.au>
Tue, 29 Nov 2005 11:04:41 +0000 (22:04 +1100)
committerDavid S. Miller <davem@sunset.davemloft.net>
Mon, 9 Jan 2006 22:15:49 +0000 (14:15 -0800)
commit827c3911d8551842900f44c9a139382bcae68e6e
tree94a273158e4e343ac71cab555ff32477dad61431
parentfa9b98fdab5b57ecb4dd3d6c2489e262af458c44
[CRYPTO] cipher: Align temporary buffer in cbc_process_decrypt

Since the temporary buffer is used as an argument to cia_decrypt, it must be
aligned by cra_alignmask.  This bug was found by linux@horizon.com.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/cipher.c