[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id:
<174130863276.1835493.1039599542315128495.git-patchwork-notify@kernel.org>
Date: Fri, 07 Mar 2025 00:50:32 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Jun Yang <juny24602@...il.com>
Cc: xiyou.wangcong@...il.com, netdev@...r.kernel.org
Subject: Re: [PATCH] sched: address a potential NULL pointer dereference in the
GRED scheduler.
Hello:
This patch was applied to netdev/net.git (main)
by Jakub Kicinski <kuba@...nel.org>:
On Wed, 5 Mar 2025 23:44:10 +0800 you wrote:
> If kzalloc in gred_init returns a NULL pointer, the code follows the
> error handling path, invoking gred_destroy. This, in turn, calls
> gred_offload, where memset could receive a NULL pointer as input,
> potentially leading to a kernel crash.
>
> Signed-off-by: Jun Yang <juny24602@...il.com>
>
> [...]
Here is the summary with links:
- sched: address a potential NULL pointer dereference in the GRED scheduler.
https://git.kernel.org/netdev/net/c/115ef44a9822
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
Powered by blists - more mailing lists