mbox series

[0/2] crypto: scomp - Fix memory leak on module unload

Message ID cover.1742118507.git.herbert@gondor.apana.org.au
Headers show
Series crypto: scomp - Fix memory leak on module unload | expand

Message

Herbert Xu March 16, 2025, 9:50 a.m. UTC
This mini series fixes the leaking of stream memory when an scomp
algorith module is unloaded.

Herbert Xu (2):
  crypto: scompress - Fix incorrect stream freeing
  crypto: api - Call crypto_alg_put in crypto_unregister_alg

 crypto/algapi.c    | 3 +--
 crypto/scompress.c | 2 +-
 2 files changed, 2 insertions(+), 3 deletions(-)