In the Linux kernel, the following vulnerability has been resolved:
drm/amd/display: Stop amdgpudm initialize when link nums greater than maxlinks
[Why] Coverity report OVERRUN warning. There are only maxlinks elements within dc->links. link count could up to AMDGPUDMMAXDISPLAY_INDEX 31.
[How] Make sure link count less than max_links.