commit | 94c78cb4523c246ec37959436f04e7c946f7494b | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Wed May 20 11:31:47 2015 +0200 |
committer | Johannes Berg <johannes.berg@intel.com> | Wed May 20 11:37:38 2015 +0200 |
tree | 7ecdc49abe145736cb9123e73c3756f1b6d4bfb3 | |
parent | 658358cec93a7130615cfc1d6843ab07e49625e6 [diff] |
mac80211: fix memory leak My recent change here introduced a possible memory leak if the driver registers an invalid cipher schemes. This won't really happen in practice, but fix the leak nonetheless. Fixes: e3a55b5399d55 ("mac80211: validate cipher scheme PN length better") Signed-off-by: Johannes Berg <johannes.berg@intel.com>