summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/sctop.py
diff options
context:
space:
mode:
authortinlin <tinlin@codeaurora.org>2018-10-16 13:15:35 +0800
committerGerrit - the friendly Code Review server <code-review@localhost>2018-10-22 20:14:11 -0700
commit3f9584578927d92e5a7aad76ff1f1449d575712c (patch)
tree3cd32a19670a3a3b39ede64001a56c73c69ce876 /tools/perf/scripts/python/sctop.py
parent071352ee12ba1f1dac8c11b021b60dc2e959b66f (diff)
qcacld-2.0: Check for minimum frameLen for action frames
Propagation from cld3.0 to cld2.0. In limProcessActionFrame and limProcessActionFrameNoSession, The Rx frame pointer is directly casted to the action frame header to find the Action frame category and action ID without validating the minimum length of the frame. If the frame len is less than the action frame header len, then OOB read would occur. Check if frame_len is less than the size of action frame header len and return if true. Change-ID: Idf8ca7eeacdf57171d2850fe6317784911830aac CRs-Fixed: 2333070
Diffstat (limited to 'tools/perf/scripts/python/sctop.py')
0 files changed, 0 insertions, 0 deletions