commit | 80e5b06a1b0d9a6aa88dc5c9e93ba49510c52b45 | [log] [tgz] |
---|---|---|
author | Zhu Yi <yi.zhu@intel.com> | Thu Jul 09 16:59:49 2009 +0800 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Jul 24 15:05:09 2009 -0400 |
tree | 08adf2317a7c57d7ee12b60375a40a4865d39a5f | |
parent | f874011bb01e7fb19904db7f739bb343a0a53fd5 [diff] |
cfg80211: fix NULL dereference in IBSS SIOCGIWAP This patch avoids memcpy from wdev->wext.ibss.bssid if it is NULL. This could happen if we SIOCGIWAP before SIOCSIWAP. Signed-off-by: Zhu Yi <yi.zhu@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>