]> asedeno.scripts.mit.edu Git - linux.git/commit
mac80211_hwsim: fix a possible memory leak in hwsim_new_radio_nl()
authorYueHaibing <yuehaibing@huawei.com>
Tue, 24 Apr 2018 03:08:35 +0000 (11:08 +0800)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 7 May 2018 13:01:29 +0000 (15:01 +0200)
commite8f90c74e6ab64824f3a21521640de7b21050b9d
treefebf9b5c7bc46a69f334b49de82c55e78e8b744e
parent2f0605a697f4b9f5b1c1571c7ec6a16df4dc2616
mac80211_hwsim: fix a possible memory leak in hwsim_new_radio_nl()

'hwname' should be freed before leaving from the error handling cases,
otherwise it will cause mem leak

Fixes: cb1a5bae5684 ("mac80211_hwsim: add permanent mac address option for new radios")
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
drivers/net/wireless/mac80211_hwsim.c