[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20170313123539.28103-1-johan@kernel.org>
Date: Mon, 13 Mar 2017 13:35:32 +0100
From: Johan Hovold <johan@...nel.org>
To: Dmitry Torokhov <dmitry.torokhov@...il.com>
Cc: linux-input@...r.kernel.org, linux-usb@...r.kernel.org,
linux-kernel@...r.kernel.org, Johan Hovold <johan@...nel.org>
Subject: [PATCH 0/7] Input: fix NULL-derefs at probe
This series fixes a number of NULL-pointer dereferences due to missing
endpoint sanity checks that can be triggered by a malicious USB device.
Johan
Johan Hovold (7):
Input: iforce - fix NULL-deref at probe
Input: cm109 - fix NULL-deref at probe
Input: ims-pcu - fix NULL-deref at probe
Input: yealink - fix NULL-deref at probe
Input: hanwang - fix NULL-deref at probe
Input: kbtab - fix NULL-deref at probe
Input: sur40 - fix NULL-deref at probe
drivers/input/joystick/iforce/iforce-usb.c | 3 +++
drivers/input/misc/cm109.c | 4 ++++
drivers/input/misc/ims-pcu.c | 4 ++++
drivers/input/misc/yealink.c | 4 ++++
drivers/input/tablet/hanwang.c | 3 +++
drivers/input/tablet/kbtab.c | 3 +++
drivers/input/touchscreen/sur40.c | 3 +++
7 files changed, 24 insertions(+)
--
2.12.0
Powered by blists - more mailing lists