[PATCH] drm/radeon: implement bounds checking on thermal controller lookup

2012-08-31 Thread Michel Dänzer
On Don, 2012-08-30 at 13:32 -0400, alexdeucher at gmail.com wrote: > From: Alex Deucher > > Don't read past the end of the array if we encounter an unknown > thermal controller. > > Signed-off-by: Alex Deucher Reviewed-by: Michel D?nzer -- Earthling Michel D?nzer |

Re: [PATCH] drm/radeon: implement bounds checking on thermal controller lookup

2012-08-30 Thread Michel Dänzer
On Don, 2012-08-30 at 13:32 -0400, alexdeuc...@gmail.com wrote: > From: Alex Deucher > > Don't read past the end of the array if we encounter an unknown > thermal controller. > > Signed-off-by: Alex Deucher Reviewed-by: Michel Dänzer -- Earthling Michel Dänzer |

[PATCH] drm/radeon: implement bounds checking on thermal controller lookup

2012-08-30 Thread alexdeuc...@gmail.com
From: Alex Deucher Don't read past the end of the array if we encounter an unknown thermal controller. Signed-off-by: Alex Deucher --- drivers/gpu/drm/radeon/radeon_atombios.c | 11 +-- 1 files changed, 9 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/radeon/radeon_atomb

[PATCH] drm/radeon: implement bounds checking on thermal controller lookup

2012-08-30 Thread alexdeucher
From: Alex Deucher Don't read past the end of the array if we encounter an unknown thermal controller. Signed-off-by: Alex Deucher --- drivers/gpu/drm/radeon/radeon_atombios.c | 11 +-- 1 files changed, 9 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/radeon/radeon_atomb