commit | 9951ebfcdf2b97dbb28a5d930458424341e61aa2 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Fri Feb 21 10:41:43 2020 +0100 |
committer | Johannes Berg <johannes.berg@intel.com> | Fri Feb 21 10:50:26 2020 +0100 |
tree | 1620972f990a1645f2ddfdb054ce8fe8f5773fb9 | |
parent | 36a44bcdd8df092d76c11bc213e81c5817d4e302 [diff] |
nl80211: fix potential leak in AP start If nl80211_parse_he_obss_pd() fails, we leak the previously allocated ACL memory. Free it in this case. Fixes: 796e90f42b7e ("cfg80211: add support for parsing OBBS_PD attributes") Signed-off-by: Johannes Berg <johannes.berg@intel.com> Link: https://lore.kernel.org/r/20200221104142.835aba4cdd14.I1923b55ba9989c57e13978f91f40bfdc45e60cbd@changeid Signed-off-by: Johannes Berg <johannes.berg@intel.com>