In the Linux kernel, the following vulnerability has been resolved:
drm/amd/display: Check numvalidsets before accessing readerwmsets[]
[WHY & HOW] numvalidsets needs to be checked to avoid a negative index when accessing readerwmsets[numvalidsets - 1].
This fixes an OVERRUN issue reported by Coverity.