On Thu, Mar 05, 2026 at 06:08:32PM +0200, Mia Kanashi wrote:
> Subject: [PATCH] MINOR/BUG: jws: fix memory leak in jws_b64_signature
> EVP_MD_CTX is allocated using EVP_MD_CTX_new() but was never freed.
> ctx should be initialized to NULL otherwise EVP_MD_CTX_free(ctx) could
> segfault.

Thanks, merged !

-- 
William Lallemand


Reply via email to