drm/amdgpu: Fix off by one in current_memory_partition_show()
The >= ARRAY_SIZE() should be > ARRAY_SIZE() to prevent an out of bounds read. Fixes: 012be6f2 ("drm/amdgpu: Add sysfs interfaces for NPS mode") Reviewed-by:Lijo Lazar <lijo.lazar@amd.com> Signed-off-by:
Dan Carpenter <dan.carpenter@linaro.org> Signed-off-by:
Alex Deucher <alexander.deucher@amd.com>
Loading
Please sign in to comment