commit | 19ced623db2fe91604d69f7d86b03144c5107739 | [log] [tgz] |
---|---|---|
author | Linus Walleij <linus.walleij@linaro.org> | Wed Jun 08 14:56:39 2016 +0200 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Mon Jun 13 17:43:05 2016 +0800 |
tree | e21bb594a9351e308144b475afa4d079ba338e27 | |
parent | 12d3f49e1ffbbf8cbbb60acae5a21103c5c841ac [diff] |
crypto: ux500 - memmove the right size The hash buffer is really HASH_BLOCK_SIZE bytes, someone must have thought that memmove takes n*u32 words by mistake. Tests work as good/bad as before after this patch. Cc: Joakim Bech <joakim.bech@linaro.org> Cc: stable@vger.kernel.org Reported-by: David Binderman <linuxdev.baldrick@gmail.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>