diff options
author | Arnd Bergmann <arnd@arndb.de> | 2017-03-23 18:03:11 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-12-25 16:22:12 +0300 |
commit | ebfb08395800fa655b03cfdd76232aef0497b430 (patch) | |
tree | cd22cf7800eb34d6c2c593d4ec6793e911460a15 /drivers/hid/hid-core.c | |
parent | 2e114c7b45625f6db6a30529f5d89b1b8dd0a367 (diff) | |
download | linux-ebfb08395800fa655b03cfdd76232aef0497b430.tar.xz |
hwmon: (asus_atk0110) fix uninitialized data access
[ Upstream commit a2125d02443e9a4e68bcfd9f8004fa23239e8329 ]
The latest gcc-7 snapshot adds a warning to point out that when
atk_read_value_old or atk_read_value_new fails, we copy
uninitialized data into sensor->cached_value:
drivers/hwmon/asus_atk0110.c: In function 'atk_input_show':
drivers/hwmon/asus_atk0110.c:651:26: error: 'value' may be used uninitialized in this function [-Werror=maybe-uninitialized]
Adding an error check avoids this. All versions of the driver
are affected.
Fixes: 2c03d07ad54d ("hwmon: Add Asus ATK0110 support")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Luca Tettamanti <kronos.it@gmail.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Sasha Levin <alexander.levin@verizon.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/hid/hid-core.c')
0 files changed, 0 insertions, 0 deletions