summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorPragaspathi Thilagaraj <tpragasp@codeaurora.org>2018-03-09 15:11:58 +0530
committernshrivas <nshrivas@codeaurora.org>2018-03-14 04:51:37 -0700
commita1700882c295abad6f24fabd3cfdf4eb9e092a4c (patch)
tree78cc999f2f31d1d0d25ce3a687db247acf792e66 /tools/perf/scripts/python
parente15f5a04cb01f685d54b5e71a79e218c34a2ef80 (diff)
qcacld-3.0: Fix OOB write in wma_passpoint_match_event_handler
In the function wma_passpoint_match_event_handler, fixed param event data from firmware is filled in the destination buffer and indication is sent to upper layers. The buffer allocation is done for the size (wmi_passpoint_event_hdr*) + event->ie_length + event->anqp_length. The maximum firmware event message size is WMI_SVC_MSG_MAX_SIZE. If either, ie_length and anqp_length combined is greater than WMI_SVC_MSG_MAX_SIZE or either of the two exceeds WMI_SVC_MSG_MAC_SIZE, an OOB write will occur in wma_passpoint_match_event_handler. Add check to ensure either of the values ie_length or anqp_lenth or (ie_length + anqp_length) doesnt exceed the WMI_SVC_MAX_SIZE. Return failure if it exceeds. Change-Id: I21f473ca0b99ebb8488f2cca3c0774817ea97c3a CRs-Fixed: 2201190
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions