Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[noup] zephyr: Fix ctrl msg buffer overflow
In the enterprise case, the ctrl msg length may exceeds MAX_CTRL_MSG_LEN, then the memcpy in wpa_supplicant_ctrl_iface_send() will lead to memory overflow. Directly drop this kind of large msg. Signed-off-by: Maochen Wang <[email protected]>
- Loading branch information