From: David Miller <davem@davemloft.net> Date: 2012-12-13 18:01:31
From: Eric Dumazet <redacted>
Date: Wed, 12 Dec 2012 21:22:57 -0800
[PATCH] tuntap: dont use skb after netif_rx_ni(skb)
commit 96442e4242 (tuntap: choose the txq based on rxq) added
a use after free.
Cache rxhash in a temp variable before calling netif_rx_ni()
Reported-by: Dave Jones <redacted>
Signed-off-by: Eric Dumazet <edumazet@google.com>