summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorAbhinav Kumar <abhikuma@codeaurora.org>2018-06-08 14:44:15 +0530
committernshrivas <nshrivas@codeaurora.org>2018-06-11 22:11:07 -0700
commit93001d369760674b546840fa470e10f51a2d1fe0 (patch)
treeda446aabc3874ed1ccbcec60d01f5af7536dbc5a /tools/perf/scripts/python
parent7b74c510491819aa46d581a48711b21445931bd9 (diff)
qcacld-3.0: Possible buff overflow in sir_convert_assoc_resp_frame2_struct
After parsing of Re/Association Response frame, sir_convert_assoc_resp_frame2_struct populates association response structure sSirAssocRsp. In case if FEATURE_WLAN_ESE is enabled, the host runs a loop to memcopy for all WMM TSPEC info from the parsed buffer to association response structure. Currently, While copying parsed data to sSirAssocRsp, sir_convert_assoc_resp_frame2_struct is passing (sizeof(tDot11fIEWMMTSPEC) * ar->num_WMMTSPEC)) as length argument to qdf_mem_copy to copy individual TSPECInfo, which results to buffer overflow, as size of per TSPECInfo is only sizeof(tDot11fIEWMMTSPEC). Pass correct length to qdf_mem_copy while coping TSPECInfo. Change-Id: I9c74e3bbd387fda736a715625260d95c67f03ecc CRs-Fixed: 2254946
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions