mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/
synced 2026-09-24 18:16:04 +00:00
crypto: shash - Fix tfm destruction
We were freeing an offset into the slab object instead of the start. This patch fixes it by calling crypto_destroy_tfm which allows the correct address to be given. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
parent
7b2cd92adc
commit
412e87ae5d
1 changed files with 1 additions and 1 deletions
Loading…
Add table
Add a link
Reference in a new issue