[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220105172915.131091-1-jose.exposito89@gmail.com>
Date: Wed, 5 Jan 2022 18:29:11 +0100
From: José Expósito <jose.exposito89@...il.com>
To: jikos@...nel.org
Cc: benjamin.tissoires@...hat.com, linux-input@...r.kernel.org,
linux-kernel@...r.kernel.org, spbnick@...il.com,
José Expósito <jose.exposito89@...il.com>
Subject: [PATCH 0/4] HID: hid-uclogic-params: Fix NULL pointer dereferences
Hi everyone,
This series fixes 4 possible NULL pointer dereference errors
present in hid-uclogic-params.c found by Coverity.
Even though the fixes are small and very similar I made them
in 4 patches to include the Coverity ID on each of them and
make Coverity happy.
I didn't find any code calling the functions with invalid
params, but since the check is there, it's better to make sure
that it's doing its job.
Thanks,
José Expósito
José Expósito (4):
HID: hid-uclogic-params: Invalid parameter check in
uclogic_params_init
HID: hid-uclogic-params: Invalid parameter check in
uclogic_params_get_str_desc
HID: hid-uclogic-params: Invalid parameter check in
uclogic_params_huion_init
HID: hid-uclogic-params: Invalid parameter check in
uclogic_params_frame_init_v1_buttonpad
drivers/hid/hid-uclogic-params.c | 31 ++++++++++++++++++++++---------
1 file changed, 22 insertions(+), 9 deletions(-)
--
2.25.1
Powered by blists - more mailing lists