alistair23-linux/drivers/staging/rtl8188eu/core
Larry Finger 9452bf5602 staging: r8188eu: Calling rtw_get_stainfo() with a NULL sta_addr will return NULL
This makes the follow-on check for psta != NULL pointless and makes
the whole exercise rather pointless. This is another case of why
blindly zero-initializing variables when they are declared is bad.

Reported-by: Jes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Cc: Stable <stable@vger.kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2014-04-16 11:46:18 -07:00
..
rtw_ap.c Staging:rtl8188eu: fix kfree(NULL) is safe this check is probably not required in rtw_ap.c 2014-03-07 14:42:24 -08:00
rtw_br_ext.c Staging: rtl8188eu: Fix warning of printk should include KERN_. 2014-03-07 14:44:04 -08:00
rtw_cmd.c staging: rtl8188eu: Reduced nesting and improved coding style. 2014-03-19 09:10:26 -07:00
rtw_debug.c Staging: rtl8188eu: Fix warning of space prohibited. 2014-03-19 09:10:26 -07:00
rtw_efuse.c Staging: rtl8188eu: Fix warning of space prohibited. 2014-03-19 09:13:37 -07:00
rtw_ieee80211.c Staging: rtl8188eu: Fix warning of braces are not necessary. 2014-03-19 09:13:37 -07:00
rtw_io.c
rtw_ioctl_set.c Staging: rtl8188eu: Fix warning of braces {} are not necessary. 2014-03-07 14:44:04 -08:00
rtw_iol.c
rtw_led.c
rtw_mlme.c Staging: rtl8188eu: Fix warnings of no space before tabs. 2014-03-19 09:01:49 -07:00
rtw_mlme_ext.c staging: r8188eu: fix coccinelle warnings 2014-03-17 14:50:46 -07:00
rtw_mp.c Staging: rtl8188eu: Fix warning of unchecked sscanf return value. 2014-03-18 12:22:21 -07:00
rtw_mp_ioctl.c
rtw_p2p.c
rtw_pwrctrl.c
rtw_recv.c staging: r8188eu: Calling rtw_get_stainfo() with a NULL sta_addr will return NULL 2014-04-16 11:46:18 -07:00
rtw_rf.c
rtw_security.c
rtw_sreset.c
rtw_sta_mgt.c
rtw_wlan_util.c
rtw_xmit.c