commit | d2d34fb560ee5c938468b44429499a0aac4c03f2 | [log] [tgz] |
---|---|---|
author | Gilad Ben-Yossef <gilad@benyossef.com> | Thu Apr 18 16:38:55 2019 +0300 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Thu Apr 25 15:38:15 2019 +0800 |
tree | d4f44e1d29ba130868755b33970e89499a93e097 | |
parent | 9f31eb6e08cc1b0eb3926eebf4c51467479a7722 [diff] |
crypto: ccree - do not copy zero size MLLI table When we are given a 0 sized cryptlen and assoclen in a scatterlist with two entries we were falsely trying to create a zero length MLLI table, causing the HW to choke. Don't try to copy a zero sized MLLI table. Signed-off-by: Gilad Ben-Yossef <gilad@benyossef.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>