aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/serial/pl2303.c
Commit message (Collapse)AuthorAgeFilesLines
* USB: serial: pl2303: fix NULL-deref at openJohan Hovold2017-06-171-0/+8
| | | | | | | | | | | | | | | | | | commit 76ab439ed1b68778e9059c79ecc5d14de76c89a8 upstream. Fix NULL-pointer dereference in open() should a type-0 or type-1 device lack the expected endpoints: Unable to handle kernel NULL pointer dereference at virtual address 00000030 ... PC is at pl2303_open+0x38/0xec [pl2303] Note that a missing interrupt-in endpoint would have caused open() to fail. Fixes: 1da177e4c3f4 ("Linux-2.6.12-rc2") Signed-off-by: Johan Hovold <johan@kernel.org> Signed-off-by: Willy Tarreau <w@1wt.eu>
* 3.10.79 -> 3.10.80Jan Engelmohr2016-08-261-1/+0
|
* first commitMeizu OpenSource2016-08-151-0/+867