Home
last modified time | relevance | path

Searched hist:f364c571 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/hid/
H A Dhid-uclogic-params.cf364c571 Wed Jan 05 11:29:12 CST 2022 José Expósito <jose.exposito89@gmail.com> HID: hid-uclogic-params: Invalid parameter check in uclogic_params_init

The function performs a check on its input parameters, however, the
hdev parameter is used before the check.

Initialize the stack variables after checking the input parameters to
avoid a possible NULL pointer dereference.

Fixes: 9614219e9310e ("HID: uclogic: Extract tablet parameter discovery into a module")
Addresses-Coverity-ID: 1443831 ("Null pointer dereference")
Signed-off-by: José Expósito <jose.exposito89@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>