从这个网页截图中,可以获取到以下关于漏洞的关键信息: 1. 漏洞描述: - 标题: - 描述:LinkCapacitySupport array is indexed with the number of voltage states and not the number of max DPPs. Fix the error by changing the array declaration to use the correct (larger) array size of total number of voltage states. 2. 作者: - 提交者:Aurabindo Pillai - 提交时间:2022-11-25 19:13:41 -0500 3. 修复的代码文件: - 4. 修复内容: - 修改了LinkCapacitySupport数组的索引方式,从电压状态的数量更改为最大DPP的数量。 - 更改了数组声明,使用正确的(较大的)电压状态总数的数组大小。 5. 签名-off-by: - Aurabindo Pillai - Rodrigo Siqueira - Alex Deucher - Greg Kroah-Hartman 6. 代码差异: - 1个文件更改,1个插入,1个删除。 - 文件路径: 7. Git信息: - 提交哈希: - 父哈希: - 父哈希: 这些信息表明,这是一个修复DCN32 DML中数组索引越界错误的补丁,修复了数组索引方式的问题,并通过更改数组声明来解决。