All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] crypto: scomp - Fix memory leak on module unload
@ 2025-03-16  9:50 Herbert Xu
  2025-03-16  9:50 ` [PATCH 1/2] crypto: scompress - Fix incorrect stream freeing Herbert Xu
  2025-03-16  9:50 ` [PATCH 2/2] crypto: api - Call crypto_alg_put in crypto_unregister_alg Herbert Xu
  0 siblings, 2 replies; 3+ messages in thread
From: Herbert Xu @ 2025-03-16  9:50 UTC (permalink / raw)
  To: Linux Crypto Mailing List

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(-)

-- 
2.39.5


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-03-16  9:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-16  9:50 [PATCH 0/2] crypto: scomp - Fix memory leak on module unload Herbert Xu
2025-03-16  9:50 ` [PATCH 1/2] crypto: scompress - Fix incorrect stream freeing Herbert Xu
2025-03-16  9:50 ` [PATCH 2/2] crypto: api - Call crypto_alg_put in crypto_unregister_alg Herbert Xu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.