[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <161843641259.17301.17320204986142431938.git-patchwork-notify@kernel.org>
Date: Wed, 14 Apr 2021 21:40:12 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Marc Kleine-Budde <mkl@...gutronix.de>
Cc: netdev@...r.kernel.org, davem@...emloft.net, kuba@...nel.org,
linux-can@...r.kernel.org, kernel@...gutronix.de,
mailhol.vincent@...adoo.fr, arunachalam.santhanam@...bosch.com
Subject: Re: [net-next] can: etas_es58x: fix null pointer dereference when
handling error frames
Hello:
This patch was applied to netdev/net-next.git (refs/heads/master):
On Wed, 14 Apr 2021 22:03:52 +0200 you wrote:
> From: Vincent Mailhol <mailhol.vincent@...adoo.fr>
>
> During the handling of CAN bus errors, a CAN error SKB is allocated
> using alloc_can_err_skb(). Even if the allocation of the SKB fails,
> the function continues in order to do the stats handling.
>
> All access to the can_frame pointer (cf) should be guarded by an if
> statement:
> if (cf)
>
> [...]
Here is the summary with links:
- [net-next] can: etas_es58x: fix null pointer dereference when handling error frames
https://git.kernel.org/netdev/net-next/c/e2b1e4b532ab
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