]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[PATCH] skb used after passing to netif_rx in net/ieee80211/ieee80211_rx.c
authorEric Sesterhenn <snakebyte@gmx.de>
Wed, 21 Jun 2006 19:05:58 +0000 (21:05 +0200)
committerJeff Garzik <jeff@garzik.org>
Wed, 5 Jul 2006 17:42:57 +0000 (13:42 -0400)
commit60d48f1e23c25d09dbe7025ff179b808d72704b3
treebd312a2ec21212bbb4557ce4dfbaa77f82e111c6
parent4b301536694facb93f597281580f5ad907d36050
[PATCH] skb used after passing to netif_rx in net/ieee80211/ieee80211_rx.c

this patch fixes coverity id #913. ieee80211_monitor_rx() passes the skb
to netif_rx() and we should not reference it any longer.

Signed-off-by: Eric Sesterhenn <snakebyte@gmx.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/ieee80211/ieee80211_rx.c