crypto: tcrypt - Fix potential leak in test_aead_speed() if aad_size is too big
authorChristian Engelmayer <cengelma@gmx.at>
Mon, 21 Apr 2014 18:45:59 +0000 (20:45 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Mon, 28 Apr 2014 10:21:17 +0000 (18:21 +0800)
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>
crypto/tcrypt.c

diff --cc crypto/tcrypt.c
Simple merge