Hello:

This patch was applied to netdev/net.git (main)
by Paolo Abeni <[email protected]>:

On Thu,  2 Jul 2026 10:59:49 +0800 you wrote:
> In tcp_mmap.c, both child_thread() and main() allocate an EVP_MD_CTX
> via EVP_MD_CTX_new() when integrity checking is enabled, but neither
> function releases the context.  child_thread() misses the free in its
> common cleanup block, and main() returns without freeing the context.
> 
> This results in a SHA256 context leak on every run that uses the
> ‑i (integrity) option.  Add the missing EVP_MD_CTX_free() calls to
> the appropriate cleanup paths to fix the leak.
> 
> [...]

Here is the summary with links:
  - selftests/net: fix EVP_MD_CTX leak in tcp_mmap
    https://git.kernel.org/netdev/net/c/f4ef35efbb49

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



Reply via email to