Marc Kleine-Budde a18ec1b6c7 can: flexcan: don't touch skb after netif_receive_skb()
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.

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-03-17 15:00:23 -04:00
2015-07-12 20:57:41 +02:00