In the Linux kernel, the following vulnerability has been resolved:
wifi: cfg80211: Fix an error handling path in cfg80211wextsiwscan()
If the test against IEEE80211MAXSSID_LEN fails, then 'creq' leaks. Use the existing error handling path to fix it.