linux/drivers/net/wireless/hostap
Jouni Malinen fbff868db3 [PATCH] hostap: Fix null pointer dereference in prism2_pccard_card_present()
local->hw_priv was initialized only after the interrupt handler was
registered. This could trigger a NULL pointer dereference in
prism2_pccard_card_present() that assumed that local->hw_priv is always
set (and it should have been). Fix this by setting local->hw_priv before
registering the interrupt handler.

Signed-off-by: Jouni Malinen <jkmaline@cc.hut.fi>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
2005-08-31 22:48:39 -04:00
..
hostap_80211_rx.c hostap: s/IEEE80211_FCTL_WEP/IEEE80211_FCTL_PROTECTED/ to fix build 2005-08-25 20:59:10 -04:00
hostap_80211_tx.c hostap: s/IEEE80211_FCTL_WEP/IEEE80211_FCTL_PROTECTED/ to fix build 2005-08-25 20:59:10 -04:00
hostap_80211.h [PATCH] hostap: Replace hostap_ieee80211_hdr with ieee80211_hdr 2005-08-14 23:07:30 -04:00
hostap_ap.c hostap: s/IEEE80211_FCTL_WEP/IEEE80211_FCTL_PROTECTED/ to fix build 2005-08-25 20:59:10 -04:00
hostap_ap.h [PATCH] hostap: Replace hostap_ieee80211_hdr with ieee80211_hdr 2005-08-14 23:07:30 -04:00
hostap_common.h [PATCH] hostap: Replace WLAN_FC_ defines with ieee80211 ones 2005-08-15 00:29:20 -04:00
hostap_config.h [PATCH] hostap: Update version 2005-08-28 19:25:02 -04:00
hostap_cs.c [PATCH] hostap: Fix null pointer dereference in prism2_pccard_card_present() 2005-08-31 22:48:39 -04:00
hostap_download.c
hostap_hw.c [PATCH] hostap: Replace WLAN_FC_ defines with ieee80211 ones 2005-08-15 00:29:20 -04:00
hostap_info.c
hostap_ioctl.c [PATCH] hostap: Use ieee80211 WLAN_FC_GET_{TYPE,STYPE} 2005-08-14 23:07:30 -04:00
hostap_pci.c [PATCH] more-u32-vs-pm_message_t-fixes-6 2005-08-19 03:00:01 -04:00
hostap_plx.c [PATCH] hostap: Use void *hw_priv instead of #ifdef in local data 2005-08-14 23:06:27 -04:00
hostap_proc.c
hostap_wlan.h [PATCH] hostap: Remove extra defines 2005-08-14 23:07:30 -04:00
hostap.c [PATCH] hostap: Replace WLAN_FC_ defines with ieee80211 ones 2005-08-15 00:29:20 -04:00
hostap.h [PATCH] hostap: Use ieee80211 WLAN_FC_GET_{TYPE,STYPE} 2005-08-14 23:07:30 -04:00
Kconfig [PATCH] hostap: Replace crypto code with net/ieee80211 version 2005-07-31 00:28:02 -04:00
Makefile [PATCH] hostap: Replace crypto code with net/ieee80211 version 2005-07-31 00:28:02 -04:00