aboutsummaryrefslogtreecommitdiff
path: root/arch/arm
diff options
context:
space:
mode:
authorArd Biesheuvel <ard.biesheuvel@linaro.org>2016-12-08 08:23:52 +0000
committerMister Oyster <oysterized@gmail.com>2017-12-14 15:00:52 +0100
commitcf7adbe202d0fbc62de1371b3445828d3fb348dc (patch)
tree8ae77d866cbf9074ab3de4c77d0d38cd73676ce9 /arch/arm
parent8a6ba29cb0f822e1b493bfb0281f5e5a63ee3191 (diff)
UPSTREAM: crypto: testmgr - fix overlap in chunked tests again
Commit 7e4c7f17cde2 ("crypto: testmgr - avoid overlap in chunked tests") attempted to address a problem in the crypto testmgr code where chunked test cases are copied to memory in a way that results in overlap. However, the fix recreated the exact same issue for other chunked tests, by putting IDX3 within 492 bytes of IDX1, which causes overlap if the first chunk exceeds 492 bytes, which is the case for at least one of the xts(aes) test cases. So increase IDX3 by another 1000 bytes. Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> (cherry picked from commit 04b46fbdea5e31ffd745a34fa61269a69ba9f47a) Change-Id: I3c94c77f17c2012400fce9b6d703ec7fda5987c6 Signed-off-by: Eric Biggers <ebiggers@google.com>
Diffstat (limited to 'arch/arm')
0 files changed, 0 insertions, 0 deletions