mbox series

[4.4,0/1] Fix null pointer deref

Message ID 20250323082118.8153-1-theflamefire89@gmail.com (mailing list archive)
Headers show
Series Fix null pointer deref | expand

Message

Alexander Grund March 23, 2025, 8:21 a.m. UTC
From: Alexander Grund <flamefire89@gmail.com>

The patch
"can: sun4i_can: sun4i_can_err(): call can_change_state() even if cf is NULL"
assumes the following patch which isn't applied yet to cip-4.4

Marc Kleine-Budde (1):
  can: dev: make can_change_state() robust to be called with cf == NULL

 drivers/net/can/dev.c | 3 +++
 1 file changed, 3 insertions(+)

Comments

Ulrich Hecht March 27, 2025, 12:57 p.m. UTC | #1
> On 03/23/2025 9:21 AM CET Alexander Grund <theflamefire89@gmail.com> wrote:
> The patch
> "can: sun4i_can: sun4i_can_err(): call can_change_state() even if cf is NULL"
> assumes the following patch which isn't applied yet to cip-4.4
> 
> Marc Kleine-Budde (1):
>   can: dev: make can_change_state() robust to be called with cf == NULL

Picked it, thanks!

CU
Uli