summaryrefslogtreecommitdiff
path: root/tools/perf/scripts
diff options
context:
space:
mode:
authorAlok Kumar <alokkuma@codeaurora.org>2018-06-02 17:50:45 +0530
committerGerrit - the friendly Code Review server <code-review@localhost>2018-06-07 05:14:21 -0700
commitcc6d6bec42fe00075ae16bc5072c4d1f78febcfb (patch)
treee463f0d06574d20b048e68ee83d0625de0159b85 /tools/perf/scripts
parent4d3526f6dba1b3a4803ceacaf08407bc27b2f9ae (diff)
qcacld-2.0: Fix information leak issue during memcpy
The buffer allocated with lenth "ATH6KL_FWLOG_PAYLOAD_SIZE " is not initialized, this may lead to information leak during memcpy when len < ATH6KL_FWLOG_PAYLOAD_SIZE. To resolve this issue, memset the buffer for length (ATH6KL_FWLOG_PAYLOAD_SIZE - len) to 0 Change-Id: If4a49347d674ad2af0438b408a4a4b9308c61026 CRs-Fixed: 2253103
Diffstat (limited to 'tools/perf/scripts')
0 files changed, 0 insertions, 0 deletions