commit | c786794bd27b0d7a5fd9063695df83206009be59 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@linaro.org> | Fri Aug 29 15:48:35 2025 +0300 |
committer | Johannes Berg <johannes.berg@intel.com> | Wed Sep 03 09:37:51 2025 +0200 |
tree | 376a22cb8f63f669b5b15ec42f051e3289a517cc | |
parent | f8f15f6742b8874e59c9c715d0af3474608310ad [diff] |
wifi: libertas: cap SSID len in lbs_associate() If the ssid_eid[1] length is more that 32 it leads to memory corruption. Fixes: a910e4a94f69 ("cw1200: add driver for the ST-E CW1100 & CW1200 WLAN chipsets") Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org> Link: https://patch.msgid.link/2a40f5ec7617144aef412034c12919a4927d90ad.1756456951.git.dan.carpenter@linaro.org Signed-off-by: Johannes Berg <johannes.berg@intel.com>