On Mon, 2025-01-13 at 12:39 +0300, Dmitry Antipov wrote: > In 'cfg80211_parse_colocated_ap_iter()' and 'cfg80211_scan_6ghz()', an > instances of 'struct cfg80211_colocated_ap' are allocated as if they > would have 'ssid' as trailing VLA member. Since this is not so, extra > IEEE80211_MAX_SSID_LEN bytes are not needed. Briefly tested with KUnit. > This doesn't apply now. johannes