commit | e6a83b9cd78b8f2bc537488ae443677dc3e1c2b4 | [log] [tgz] |
---|---|---|
author | Jyoti Kumari <jyotkuma@codeaurora.org> | Sun Jan 03 16:05:25 2021 +0530 |
committer | chenpaul <chenpaul@google.com> | Thu Jan 28 17:07:46 2021 +0800 |
tree | 1704cc063732e87e5638e692d95440850aca7159 | |
parent | 19b8fc6fa49cbf35ec55e1e0acd4044f85ed60d4 [diff] |
qcacmn: Fix out of bound read issue in ESP ie parse During esp ie parse from beacon/probe response, the data pointer is getting read from esp ie and it's not validate while updating to esp params which may cause out of bound read issue. Validate data pointer before updating to esp params. Change-Id: I1167b82248613cc65fcd7c70cdcfe57595de6b21 CRs-Fixed: 2842234 Bug: 177576987 Signed-off-by: Srinivas Girigowda <quic_sgirigow@quicinc.com>