alistair23-linux/drivers/net/wireless/zd1211rw
Johannes Berg dbabad0c9c zd1211rw: fix potential use-after-free bug
zd_mac_tx_to_dev() could potentially free the skb, or hand it off
to mac80211 which might free it. Hence, this code needs to get the
usb pointer out of skb->cb before handing it off to that function.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2008-05-12 21:22:19 -04:00
..
Kconfig zd1211rw: port to mac80211 2008-01-28 15:04:47 -08:00
Makefile zd1211rw: port to mac80211 2008-01-28 15:04:47 -08:00
zd_chip.c zd1211rw: support for mesh interface and beaconing 2008-03-06 17:19:47 -05:00
zd_chip.h zd1211rw: support for mesh interface and beaconing 2008-03-06 17:19:47 -05:00
zd_def.h zd1211rw: add copyright notices 2008-01-28 15:04:49 -08:00
zd_ieee80211.c cfg80211 API for channels/bitrates, mac80211 and driver conversion 2008-02-29 15:19:32 -05:00
zd_ieee80211.h zd1211rw: add copyright notices 2008-01-28 15:04:49 -08:00
zd_mac.c zd1211rw: support for mesh interface and beaconing 2008-03-06 17:19:47 -05:00
zd_mac.h zd1211rw: support for mesh interface and beaconing 2008-03-06 17:19:47 -05:00
zd_rf.c zd1211rw: add copyright notices 2008-01-28 15:04:49 -08:00
zd_rf.h zd1211rw: add copyright notices 2008-01-28 15:04:49 -08:00
zd_rf_al2230.c zd1211rw: add copyright notices 2008-01-28 15:04:49 -08:00
zd_rf_al7230b.c zd1211rw: add copyright notices 2008-01-28 15:04:49 -08:00
zd_rf_rf2959.c zd1211rw: add copyright notices 2008-01-28 15:04:49 -08:00
zd_rf_uw2453.c zd1211rw: add copyright notices 2008-01-28 15:04:49 -08:00
zd_usb.c zd1211rw: fix potential use-after-free bug 2008-05-12 21:22:19 -04:00
zd_usb.h zd1211rw: add copyright notices 2008-01-28 15:04:49 -08:00