Files
linux/drivers/input/touchscreen
Yizhuo Zhai c71a120d34 Input: hideep - fix the uninitialized use in hideep_nvm_unlock()
[ Upstream commit cac7100d4c ]

Inside function hideep_nvm_unlock(), variable "unmask_code" could
be uninitialized if hideep_pgm_r_reg() returns error, however, it
is used in the later if statement after an "and" operation, which
is potentially unsafe.

Signed-off-by: Yizhuo <yzhai003@ucr.edu>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2021-07-20 16:16:09 +02:00
..
2018-06-24 15:20:12 -07:00
2016-01-02 21:08:53 -08:00
2020-10-30 10:38:23 +01:00
2016-03-02 09:40:20 -08:00
2017-02-12 14:55:08 -08:00
2018-11-21 09:19:08 +01:00