diff options
author | Felix Fietkau <nbd@openwrt.org> | 2010-01-24 23:39:00 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2010-01-24 23:39:00 +0000 |
commit | 660874f45ecf5fd3dc19dd11e2e2006958db3467 (patch) | |
tree | 8178c6961d24310356875e5880d58d72f157e2b5 /package/madwifi/patches/394-probereq.patch | |
parent | ab82f72a297955dc01051bc61ffff4e06fd1e1f0 (diff) | |
download | upstream-660874f45ecf5fd3dc19dd11e2e2006958db3467.tar.gz upstream-660874f45ecf5fd3dc19dd11e2e2006958db3467.tar.bz2 upstream-660874f45ecf5fd3dc19dd11e2e2006958db3467.zip |
madwifi: fix some potential null pointer derefs with wds
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19322 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/madwifi/patches/394-probereq.patch')
-rw-r--r-- | package/madwifi/patches/394-probereq.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/madwifi/patches/394-probereq.patch b/package/madwifi/patches/394-probereq.patch index becd4c99f5..c754bfa9f0 100644 --- a/package/madwifi/patches/394-probereq.patch +++ b/package/madwifi/patches/394-probereq.patch @@ -1,6 +1,6 @@ --- a/net80211/ieee80211_input.c +++ b/net80211/ieee80211_input.c -@@ -3619,6 +3619,8 @@ ieee80211_recv_mgmt(struct ieee80211vap +@@ -3621,6 +3621,8 @@ ieee80211_recv_mgmt(struct ieee80211vap vap->iv_stats.is_rx_mgtdiscard++; return; } |