From: Herbert Xu Date: Tue, 29 Nov 2005 11:04:41 +0000 (+1100) Subject: [CRYPTO] cipher: Align temporary buffer in cbc_process_decrypt X-Git-Tag: v2.6.16-rc1~658^2~21 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=827c3911d8551842900f44c9a139382bcae68e6e;p=pandora-kernel.git [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 --- Reading git-diff-tree failed