]> git.baikalelectronics.ru Git - kernel.git/commit
crypto: sunxi-ss - Fix a possible driver hang with ciphers
authorLABBE Corentin <clabbe.montjoie@gmail.com>
Wed, 9 Sep 2015 12:27:07 +0000 (14:27 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 10 Sep 2015 09:22:55 +0000 (17:22 +0800)
commitc1b91e183468a59008c1b0b126dc1dd0e5b49b5d
tree728713e8fbfe7790c480e663fab64d6ce4b9af7b
parent0dad78fe8d77124be43a3a89df06cc1bd7c2d9b8
crypto: sunxi-ss - Fix a possible driver hang with ciphers

The sun4i_ss_opti_poll function cipher data until the output miter have
a length of 0.
If the crypto API client, give more SGs than necessary this could result
in an infinite loop.
Fix it by checking for remaining bytes, just like sun4i_ss_cipher_poll().

Signed-off-by: LABBE Corentin <clabbe.montjoie@gmail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/sunxi-ss/sun4i-ss-cipher.c