[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id:
<174293643407.727243.540381028984589643.git-patchwork-notify@kernel.org>
Date: Tue, 25 Mar 2025 21:00:34 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: None <pwn9uin@...il.com>
Cc: davem@...emloft.net, edumazet@...gle.com, kuba@...nel.org,
pabeni@...hat.com, horms@...nel.org, netdev@...r.kernel.org
Subject: Re: [PATCH net v2] atm: Fix NULL pointer dereference
Hello:
This patch was applied to netdev/net.git (main)
by Jakub Kicinski <kuba@...nel.org>:
On Sat, 22 Mar 2025 10:52:00 +0000 you wrote:
> From: Minjoong Kim <pwn9uin@...il.com>
>
> When MPOA_cache_impos_rcvd() receives the msg, it can trigger
> Null Pointer Dereference Vulnerability if both entry and
> holding_time are NULL. Because there is only for the situation
> where entry is NULL and holding_time exists, it can be passed
> when both entry and holding_time are NULL. If these are NULL,
> the entry will be passd to eg_cache_put() as parameter and
> it is referenced by entry->use code in it.
>
> [...]
Here is the summary with links:
- [net,v2] atm: Fix NULL pointer dereference
https://git.kernel.org/netdev/net/c/bf2986fcf82a
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