commit | 4ac2813cc867ae563a1ba5a9414bfb554e5796fa | [log] [tgz] |
---|---|---|
author | Will Deacon <will@kernel.org> | Fri Oct 04 10:51:32 2019 +0100 |
committer | Johannes Berg <johannes.berg@intel.com> | Fri Oct 04 14:04:08 2019 +0200 |
tree | ce2debc1c58aec090511a3df0ac5ad9b5ef33a37 | |
parent | 4152561f5da3fca92af7179dd538ea89e248f9d0 [diff] |
cfg80211: wext: avoid copying malformed SSIDs Ensure the SSID element is bounds-checked prior to invoking memcpy() with its length field, when copying to userspace. Cc: <stable@vger.kernel.org> Cc: Kees Cook <keescook@chromium.org> Reported-by: Nicolas Waisman <nico@semmle.com> Signed-off-by: Will Deacon <will@kernel.org> Link: https://lore.kernel.org/r/20191004095132.15777-2-will@kernel.org [adjust commit log a bit] Signed-off-by: Johannes Berg <johannes.berg@intel.com>