WSL2-Linux-Kernel/drivers/net/can/usb
Vincent Mailhol 50aca891d7 can: peak_usb: fix use after free bugs
After calling peak_usb_netif_rx_ni(skb), dereferencing skb is unsafe.
Especially, the can_frame cf which aliases skb memory is accessed
after the peak_usb_netif_rx_ni().

Reordering the lines solves the issue.

Fixes: 0a25e1f4f1 ("can: peak_usb: add support for PEAK new CANFD USB adapters")
Link: https://lore.kernel.org/r/20210120114137.200019-4-mailhol.vincent@wanadoo.fr
Signed-off-by: Vincent Mailhol <mailhol.vincent@wanadoo.fr>
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
2021-01-20 13:33:28 +01:00
..
kvaser_usb can: kvaser_usb: Add new Kvaser hydra devices 2020-11-20 12:06:47 +01:00
peak_usb can: peak_usb: fix use after free bugs 2021-01-20 13:33:28 +01:00
Kconfig can: kvaser_usb: Add new Kvaser hydra devices 2020-11-20 12:06:47 +01:00
Makefile can: kvaser_usb: Split driver into kvaser_usb_core.c and kvaser_usb_leaf.c 2018-07-27 10:40:19 +02:00
ems_usb.c can: replace can_dlc as variable/element for payload length 2020-11-20 12:04:12 +01:00
esd_usb2.c can: drivers: add len8_dlc support for esd_usb2 CAN adapter 2020-11-20 12:05:14 +01:00
gs_usb.c Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net 2020-11-27 18:25:27 -08:00
mcba_usb.c can: replace can_dlc as variable/element for payload length 2020-11-20 12:04:12 +01:00
ucan.c can: replace can_dlc as variable/element for payload length 2020-11-20 12:04:12 +01:00
usb_8dev.c can: drivers: add len8_dlc support for various CAN adapters 2020-11-20 12:05:14 +01:00