Re: drivers/hwmon/lm93.c: array overruns

2007-07-24 Thread Mark M. Hoffman
* Hans-Jürgen Koch <[EMAIL PROTECTED]> [2007-07-23 09:36:57 +0200]: > Am Montag 23 Juli 2007 02:54 schrieb Adrian Bunk: > > The Coverity checker spotted the following array overruns > > in drivers/hwmon/lm93.c: > > > > <-- snip --> > > > > ... > > struct lm93_data { > > ... > > struct {

Re: drivers/hwmon/lm93.c: array overruns

2007-07-23 Thread Hans-Jürgen Koch
Am Montag 23 Juli 2007 02:54 schrieb Adrian Bunk: > The Coverity checker spotted the following array overruns > in drivers/hwmon/lm93.c: > > <-- snip --> > > ... > struct lm93_data { > ... > struct { > u8 min; > u8 max; > } temp_lim[3]; > ... > };