summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorYeshwanth Sriram Guntuka <ysriramg@codeaurora.org>2018-06-14 18:44:41 +0530
committernshrivas <nshrivas@codeaurora.org>2018-06-20 10:30:37 -0700
commit1be9c800e756e6b7192613654156cea5dad84f27 (patch)
treeeb14f3ebf0f3e5b8f81b7856fe7078930cc33b1d /tools/perf/scripts/python
parent9c2a8f9d9fa5b36c8b667daea7bd705727dd8bf8 (diff)
qcacld-3.0: Fix possible OOB access in lim_process_assoc_req_frame
cfg_get_vendor_ie_ptr_from_oui is invoked in lim_process_assoc_req_frame function with ie pointer pointing to frame buffer plus assoc req ie offset and ie len equal to frame buffer len. This could result in OOB access since offset is not subtracted from frame len. Fix is to subtract the offset from frame len as argument to cfg_get_vendor_ie_ptr_from_oui. Change-Id: Ic107867bcf4d7813c544309a2aff165f2dc7155d CRs-Fixed: 2255369
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions