Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1599293
| From | Johan Hovold <johan@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/7] Input: fix NULL-derefs at probe |
| Date | 2017-03-13 13:40 +0100 |
| Message-ID | <tkxqx-uQ-7@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/7] Input: fix NULL-derefs at probe Johan Hovold <johan@kernel.org> - 2017-03-13 13:40 +0100
[PATCH 7/7] Input: sur40 - fix NULL-deref at probe Johan Hovold <johan@kernel.org> - 2017-03-13 13:40 +0100
Re: [PATCH 0/7] Input: fix NULL-derefs at probe Oliver Neukum <oneukum@suse.com> - 2017-03-13 16:20 +0100
Re: [PATCH 0/7] Input: fix NULL-derefs at probe Johan Hovold <johan@kernel.org> - 2017-03-13 16:50 +0100
csiph-web