]> www.infradead.org Git - users/jedix/linux-maple.git/commit
sparc/crypto: initialize blkcipher.ivsize
authorDave Kleikamp <dave.kleikamp@oracle.com>
Mon, 5 Oct 2015 19:34:35 +0000 (12:34 -0700)
committerSantosh Shilimkar <santosh.shilimkar@oracle.com>
Mon, 5 Oct 2015 19:34:35 +0000 (12:34 -0700)
commit12030a6ba45a33cdedcff1c661309842ac0c46bc
tree5335cf4103ce08d8a698e6f597da0b2097645d5b
parent93ddb77306c4d38b9030429659ff60fbf03b5de2
sparc/crypto: initialize blkcipher.ivsize

orabug: 21762373

Some of the crypto algorithms write to the IV (initialization vector),
but no space has been allocated for it. This results in memory
corruption and a kernel trap.

Signed-off-by: Dave Kleikamp <dave.kleikamp@oracle.com>
arch/sparc/crypto/aes_glue.c
arch/sparc/crypto/camellia_glue.c
arch/sparc/crypto/des_glue.c