linux/drivers/gpu/drm/amd/display/dc/irq
Dan Carpenter 5d908944c5 drm/amd/display: off by one in find_irq_source_info()
The ->info[] array has DAL_IRQ_SOURCES_NUMBER elements so this condition
should be >= instead of > or we could read one element beyond the end of
the array.

Fixes: 4562236b3b ("drm/amd/dc: Add dc display driver (v2)")
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Reviewed-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
2018-07-05 16:40:02 -05:00
..
dce80 amdgpu/dc: fix construct return values on irq service. 2017-09-29 13:02:54 -04:00
dce110 drm/amd/display: Don't blow up if TG is NULL in dce110_vblank_set 2018-03-05 15:36:24 -05:00
dce120 drm/amd/dc: include new ip and ip_offset headers 2018-02-19 14:18:14 -05:00
dcn10 drm/amd/dc: include new ip and ip_offset headers 2018-02-19 14:18:14 -05:00
irq_service.c drm/amd/display: off by one in find_irq_source_info() 2018-07-05 16:40:02 -05:00
irq_service.h amdgpu/dc: fix construct return values on irq service. 2017-09-29 13:02:54 -04:00
Makefile drm/amdgpu: add license to Makefiles 2017-12-04 11:47:55 -05:00