commit | ac5f863f8c548ab72511213b30368cfc8007ae01 | [log] [tgz] |
---|---|---|
author | Christian Engelmayer <cengelma@gmx.at> | Mon Apr 21 20:45:59 2014 +0200 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Mon Apr 28 18:21:17 2014 +0800 |
tree | 5bae766d43ab3847ad573c7a0c15d1e395c2b9a7 | |
parent | 3d67be2761dc4b5b792037f296f3394a29581efc [diff] |
crypto: tcrypt - Fix potential leak in test_aead_speed() if aad_size is too big Fix a potential memory leak in the error handling of test_aead_speed(). In case the size check on the associate data length parameter fails, the function goes through the wrong exit label. Reported by Coverity - CID 1163870. Signed-off-by: Christian Engelmayer <cengelma@gmx.at> Acked-by: Tim Chen <tim.c.chen@linux.intel.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>