commit | a35faec3db0e13aac8ea720bc1a3503081dd5a3d | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Mon May 16 10:05:48 2022 +0300 |
committer | Alex Deucher <alexander.deucher@amd.com> | Thu May 26 14:56:33 2022 -0400 |
tree | d48ef923649fe006d60a9feb4c4c5b3b468b6e12 | |
parent | caa5eadc140ca3748b2ae187da36383edc779300 [diff] |
drm/amdgpu: Off by one in dm_dmub_outbox1_low_irq() The > ARRAY_SIZE() should be >= ARRAY_SIZE() to prevent an out of bounds access. Fixes: e27c41d5b068 ("drm/amd/display: Support for DMUB HPD interrupt handling") Reviewed-by: Harry Wentland <harry.wentland@amd.com> Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>