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/387-maxassoc.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/387-maxassoc.patch')
-rw-r--r-- | package/madwifi/patches/387-maxassoc.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/madwifi/patches/387-maxassoc.patch b/package/madwifi/patches/387-maxassoc.patch index d74419bdb0..df2b7fd1f2 100644 --- a/package/madwifi/patches/387-maxassoc.patch +++ b/package/madwifi/patches/387-maxassoc.patch @@ -56,7 +56,7 @@ /* --- a/net80211/ieee80211_input.c +++ b/net80211/ieee80211_input.c -@@ -4018,7 +4018,26 @@ ieee80211_recv_mgmt(struct ieee80211vap +@@ -4020,7 +4020,26 @@ ieee80211_recv_mgmt(struct ieee80211vap vap->iv_stats.is_rx_assoc_norate++; return; } |