git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa9b98f
)
[CRYPTO] cipher: Align temporary buffer in cbc_process_decrypt
author
Herbert Xu
<herbert@gondor.apana.org.au>
Tue, 29 Nov 2005 11:04:41 +0000
(22:04 +1100)
committer
David 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