Files
android_kernel_xiaomi_sm8450/drivers/net/can
Marc Kleine-Budde 83537b6fd6 can: grcan: don't touch skb after netif_rx()
There is no guarantee that the skb is in the same state after calling
net_receive_skb() or netif_rx(). It might be freed or reused. Not really
harmful as its a read access, except you turn on the proper debugging options
which catch a use after free.

Cc: Andreas Larsson <andreas@gaisler.com>
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
2015-07-15 09:04:27 +02:00
..
2015-03-17 15:00:23 -04:00
2015-03-17 15:00:23 -04:00
2015-03-17 15:00:23 -04:00
2015-04-27 13:40:53 -04:00
2015-07-12 20:57:41 +02:00