OSDN Git Service

iwlwifi: mvm: Avoid accessing Null pointer when setting igtk
authorMatti Gottlieb <matti.gottlieb@intel.com>
Mon, 1 Jun 2015 12:15:11 +0000 (15:15 +0300)
committerEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Fri, 26 Jun 2015 06:01:30 +0000 (09:01 +0300)
commit11828dbce6f769ed631919aa378b645b1af6bda6
tree209012b4c3ee5650f9ea1e11f43bb78e1a68f222
parent923a8c1d8069104726bde55c37cec66324ccc328
iwlwifi: mvm: Avoid accessing Null pointer when setting igtk

Sometimes when setting an igtk key the station maybe NULL.
In the of case igtk the function will skip to the end, and
try to print sta->addr, if sta is Null - we will access a
Null pointer.

Avoid accessing a Null pointer when setting a igtk key &
the sta == NULL, and print a default MAC address instead.

Signed-off-by: Matti Gottlieb <matti.gottlieb@intel.com>
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
drivers/net/wireless/iwlwifi/mvm/sta.c