commit | 5b0ec94f9cfdcd10f6eb4df75fba9404c72fea4d | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Mon Jan 06 16:02:34 2014 +0100 |
committer | Johannes Berg <johannes.berg@intel.com> | Mon Jan 06 16:02:34 2014 +0100 |
tree | d9b5ad22bc3f98c4bd02ab9be0a5de577f79f043 | |
parent | ef04a29737dd08352fdf6431d119ca636d664efe [diff] |
mac80211: fix memory leak in register_hw() error path Move the internal scan request allocation below the last sanity check in ieee80211_register_hw() to avoid leaking memory if the sanity check actually triggers. Reported-by: ZHAO Gang <gamerh2o@gmail.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com>