From: Axel Lin Date: Tue, 5 Aug 2014 01:59:49 +0000 (+0800) Subject: hwmon: (ads1015) Fix out-of-bounds array access X-Git-Tag: v3.2.64~180 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=35175850a97e752092c285051ca15201cfdcda81;p=pandora-kernel.git hwmon: (ads1015) Fix out-of-bounds array access commit e981429557cbe10c780fab1c1a237cb832757652 upstream. Current code uses data_rate as array index in ads1015_read_adc() and uses pga as array index in ads1015_reg_to_mv, so we must make sure both data_rate and pga settings are in valid value range. Return -EINVAL if the setting is out-of-range. Signed-off-by: Axel Lin Signed-off-by: Guenter Roeck Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed