summaryrefslogtreecommitdiff
path: root/scripts/gdb/linux/tasks.py
diff options
context:
space:
mode:
authorgaurank kathpalia <gkathpal@codeaurora.org>2018-06-18 18:41:37 +0530
committernshrivas <nshrivas@codeaurora.org>2018-07-03 10:00:43 -0700
commit33dead5f92d366409282b27daced8459a8417383 (patch)
tree9136c6c0f4aeb0eb2041b70c5978d42158b17f08 /scripts/gdb/linux/tasks.py
parentd01d7908d4973ec5267267a3f9e26833bd3c4da3 (diff)
qcacld-3.0: Fix possible buffer over-read condition
In multiple APIs, the driver checks action_id with WMI_ACTION_OUI_MAXIMUM_ID. But it may happen that action id is max equal to WMI_ACTION_OUI_MAXIMUM_ID, which may lead to buffer over-read. Fix is to have a greater than equal to check to the action_id, rather than just greater than WMI_ACTION_OUI_MAXIMUM_ID. Change-Id: I0d690a58742ce7bed6512143e05d5fd1c22ee38f CRs-Fixed: 2259222
Diffstat (limited to 'scripts/gdb/linux/tasks.py')
0 files changed, 0 insertions, 0 deletions