[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)
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>

No differences found