diff options
author | Alex Hung <alex.hung@amd.com> | 2024-04-18 22:27:43 +0300 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2024-04-27 00:22:43 +0300 |
commit | 59d99deb330af206a4541db0c4da8f73880fba03 (patch) | |
tree | ee6d0a004b51e52275f98c80334aa24bb9dad89b /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | acce6479e30f73ab0872e93a75aed1fb791d04ec (diff) | |
download | linux-59d99deb330af206a4541db0c4da8f73880fba03.tar.xz |
drm/amd/display: Check index msg_id before read or write
[WHAT]
msg_id is used as an array index and it cannot be a negative value, and
therefore cannot be equal to MOD_HDCP_MESSAGE_ID_INVALID (-1).
[HOW]
Check whether msg_id is valid before reading and setting.
This fixes 4 OVERRUN issues reported by Coverity.
Reviewed-by: Rodrigo Siqueira <rodrigo.siqueira@amd.com>
Acked-by: Wayne Lin <wayne.lin@amd.com>
Signed-off-by: Alex Hung <alex.hung@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions