Re: drivers/video/aty/atyfb_base.c: array overruns

2007-03-31 Thread syrjala
On Sat, Mar 31, 2007 at 09:23:29AM +0800, Antonino A. Daplas wrote: > On Mon, 2007-03-19 at 10:22 +0100, Adrian Bunk wrote: > > The Coverity checker spotted the following two array overruns in > > drivers/video/aty/atyfb_base.c: > > > > <-- snip --> > > > > ... > > static const u32

Re: drivers/video/aty/atyfb_base.c: array overruns

2007-03-31 Thread syrjala
On Sat, Mar 31, 2007 at 09:23:29AM +0800, Antonino A. Daplas wrote: On Mon, 2007-03-19 at 10:22 +0100, Adrian Bunk wrote: The Coverity checker spotted the following two array overruns in drivers/video/aty/atyfb_base.c: -- snip -- ... static const u32 lt_lcd_regs[] = {

Re: drivers/video/aty/atyfb_base.c: array overruns

2007-03-30 Thread Antonino A. Daplas
On Mon, 2007-03-19 at 10:22 +0100, Adrian Bunk wrote: > The Coverity checker spotted the following two array overruns in > drivers/video/aty/atyfb_base.c: > > <-- snip --> > > ... > static const u32 lt_lcd_regs[] = { > CONFIG_PANEL_LG, > LCD_GEN_CNTL_LG, >

Re: drivers/video/aty/atyfb_base.c: array overruns

2007-03-30 Thread Antonino A. Daplas
On Mon, 2007-03-19 at 10:22 +0100, Adrian Bunk wrote: The Coverity checker spotted the following two array overruns in drivers/video/aty/atyfb_base.c: -- snip -- ... static const u32 lt_lcd_regs[] = { CONFIG_PANEL_LG, LCD_GEN_CNTL_LG, DSTN_CONTROL_LG,

drivers/video/aty/atyfb_base.c: array overruns

2007-03-19 Thread Adrian Bunk
The Coverity checker spotted the following two array overruns in drivers/video/aty/atyfb_base.c: <-- snip --> ... static const u32 lt_lcd_regs[] = { CONFIG_PANEL_LG, LCD_GEN_CNTL_LG, DSTN_CONTROL_LG, HFB_PITCH_ADDR_LG, HORZ_STRETCHING_LG,

drivers/video/aty/atyfb_base.c: array overruns

2007-03-19 Thread Adrian Bunk
The Coverity checker spotted the following two array overruns in drivers/video/aty/atyfb_base.c: -- snip -- ... static const u32 lt_lcd_regs[] = { CONFIG_PANEL_LG, LCD_GEN_CNTL_LG, DSTN_CONTROL_LG, HFB_PITCH_ADDR_LG, HORZ_STRETCHING_LG,