commit | 31bd44e7687be8a70e1e744e5cb84974b798d568 | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Thu Aug 25 16:49:51 2016 +0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Wed Aug 31 22:50:40 2016 +0800 |
tree | 09a8c2ddfcbd400a1a24772714c047347a1ed899 | |
parent | 901d3d4fee83e9407d91e7178048e2fed6c91f6b [diff] |
crypto: cryptd - Use correct tfm object for AEAD tracking The AEAD code path incorrectly uses the child tfm to track the cryptd refcnt, and then potentially frees the child tfm. Fixes: 81760ea6a95a ("crypto: cryptd - Add helpers to check...") Reported-by: Sowmini Varadhan <sowmini.varadhan@oracle.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>