diff options
| author | Hersen Wu <[email protected]> | 2024-04-23 19:14:16 -0400 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2024-05-02 16:18:16 -0400 |
| commit | 6e41709eb1d9207d88e46026baf9cc850206b374 (patch) | |
| tree | 4b72743fd593c04091b1a48aa2483d242eb1c727 /tools/perf/scripts/python/bin | |
| parent | 2a5626eeb3b5eec7a36886f9556113dd93ec8ed6 (diff) | |
drm/amd/display: Add NULL pointer and OVERRUN check within amdgpu_dm irq register
[WHY]
Coverity reports OVERRUN issues within amdgpu_dm
interrupt registers. Do not check index value before
access array. Do not check NULL pointer.
[HOW]
Add index value check for array. Add check for
pointer from amdgpu_dm_irq_register_interrupt.
Reviewed-by: Harry Wentland <[email protected]>
Acked-by: Tom Chung <[email protected]>
Signed-off-by: Hersen Wu <[email protected]>
Tested-by: Daniel Wheeler <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions