Re: [PATCH 16/17] hwmon: (gl518sm) Fix overflows seen when writing into limit attributes

2016-12-13 Thread Jean Delvare
Hi Guenter, On Sun, 4 Dec 2016 20:55:39 -0800, Guenter Roeck wrote: > Writes into limit attributes can overflow due to additions and > multiplications with unchecked parameters. > > Signed-off-by: Guenter Roeck > --- > drivers/hwmon/gl518sm.c | 10 +- > 1 file

[PATCH 16/17] hwmon: (gl518sm) Fix overflows seen when writing into limit attributes

2016-12-04 Thread Guenter Roeck
Writes into limit attributes can overflow due to additions and multiplications with unchecked parameters. Signed-off-by: Guenter Roeck --- drivers/hwmon/gl518sm.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/hwmon/gl518sm.c