summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorCorentin Labbe <clabbe@baylibre.com>2017-11-24 08:22:07 +0000
committerHerbert Xu <herbert@gondor.apana.org.au>2017-11-29 17:33:34 +1100
commit45223b78118cbab12744a7e193b6c7c208c15c27 (patch)
treeaba74f17fe65bd259a12bba35b36f1b6f425f77d /crypto
parent9f480faec58cd6197a007ea1dcac6b7c3daf1139 (diff)
downloadlinux-45223b78118cbab12744a7e193b6c7c208c15c27.tar.gz
linux-45223b78118cbab12744a7e193b6c7c208c15c27.tar.bz2
linux-45223b78118cbab12744a7e193b6c7c208c15c27.zip
crypto: arm64/aes - do not call crypto_unregister_skcipher twice on error
When a cipher fails to register in aes_init(), the error path goes thought aes_exit() then crypto_unregister_skciphers(). Since aes_exit calls also crypto_unregister_skcipher, this triggers a refcount_t: underflow; use-after-free. Signed-off-by: Corentin Labbe <clabbe@baylibre.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto')
0 files changed, 0 insertions, 0 deletions