This repository has been archived by the owner on Dec 28, 2020. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
qcacld-3.0: Fix potential OOB read when check rx mgmt frames
In function is_p2p_action_frame, it just checks frame length with 28, but read 30 bytes actually, and cause OOB read potentially. So, check length with 30. Change-Id: Id2bd4276838f1eae49e8a24e8ab3361a69321a69 CRs-Fixed: 2263727 Bug: 125677805 Signed-off-by: Srinivas Girigowda <quic_sgirigow@quicinc.com> Signed-off-by: Adam W. Willis <return.of.octobot@gmail.com>
- Loading branch information