In the Linux kernel, the following vulnerability has been resolved:
drm/amd/display: Check pipe offset before setting vblank
pipectx has a size of MAXPIPES so checking its index before accessing the array.
This fixes an OVERRUN issue reported by Coverity.