diff options
| author | Alex Hung <alex.hung@amd.com> | 2024-06-28 02:38:16 +0300 |
|---|---|---|
| committer | Alex Deucher <alexander.deucher@amd.com> | 2024-07-24 00:07:11 +0300 |
| commit | 1ff12bcd7deaeed25efb5120433c6a45dd5504a8 (patch) | |
| tree | 6337db4fcca1313897c77416b5c795e5ed360db6 /scripts | |
| parent | 5559598742fb4538e4c51c48ef70563c49c2af23 (diff) | |
| download | linux-1ff12bcd7deaeed25efb5120433c6a45dd5504a8.tar.xz | |
drm/amd/display: Check null pointers before using them
[WHAT & HOW]
These pointers are null checked previously in the same function,
indicating they might be null as reported by Coverity. As a result,
they need to be checked when used again.
This fixes 3 FORWARD_NULL issue reported by Coverity.
Reviewed-by: Rodrigo Siqueira <rodrigo.siqueira@amd.com>
Signed-off-by: Jerry Zuo <jerry.zuo@amd.com>
Signed-off-by: Alex Hung <alex.hung@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions
