From 827c3911d8551842900f44c9a139382bcae68e6e Mon Sep 17 00:00:00 2001 From: Herbert Xu Date: Tue, 29 Nov 2005 22:04:41 +1100 Subject: [PATCH] [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-format-patch failed