summaryrefslogtreecommitdiff
path: root/crypto/algif_aead.c
diff options
context:
space:
mode:
authorArd Biesheuvel <ard.biesheuvel@linaro.org>2016-12-08 08:23:52 +0000
committerHerbert Xu <herbert@gondor.apana.org.au>2016-12-08 20:14:59 +0800
commit7dd8ae8e3b16f2f9581f4208bbc853f41f1820df (patch)
tree4fcdb2710e780ca22292e4b7574ff88d3c5d0902 /crypto/algif_aead.c
parent77aa9a742ce59d28cc6a63d591edaa5e095f9ce9 (diff)
downloadlinux-crypto-7dd8ae8e3b16f2f9581f4208bbc853f41f1820df.tar.gz
linux-crypto-7dd8ae8e3b16f2f9581f4208bbc853f41f1820df.zip
crypto: testmgr - fix overlap in chunked tests again
Commit b14dcb7c30a6 ("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>
Diffstat (limited to 'crypto/algif_aead.c')
0 files changed, 0 insertions, 0 deletions