On Thu, Dec 08, 2016 at 08:23:52AM +0000, Ard Biesheuvel wrote: > 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@xxxxxxxxxx> Patch applied. Thanks. -- Email: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To unsubscribe from this list: send the line "unsubscribe linux-crypto" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html