diff options
author | Alex Hung <alex.hung@amd.com> | 2024-04-22 22:43:14 +0300 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2024-04-27 00:22:44 +0300 |
commit | 3ac31c9a707dd1c7c890b95333182f955e9dcb57 (patch) | |
tree | 7e44e7e0edb27fb7e481088ee928ecc51c4a71ec /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | f1fd8a0a54e6d23a6d16ee29159f247862460fd1 (diff) | |
download | linux-3ac31c9a707dd1c7c890b95333182f955e9dcb57.tar.xz |
drm/amd/display: Do not return negative stream id for array
[WHY]
resource_stream_to_stream_idx returns an array index and it return -1
when not found; however, -1 is not a valid array index number.
[HOW]
When this happens, call ASSERT(), and return a zero instead.
This fixes an OVERRUN and an NEGATIVE_RETURNS 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