commit | a38d21488097f9823ebd297d56b24f431ee7acaa | [log] [tgz] |
---|---|---|
author | Johan Hovold <johan@kernel.org> | Thu Jan 21 11:29:13 2021 +0100 |
committer | Johan Hovold <johan@kernel.org> | Tue Jan 26 16:16:14 2021 +0100 |
tree | 5a57b091adefa614470b9be1fd87af021a499e4d | |
parent | a70aa7dc60099bbdcbd6faca42a915d80f31161e [diff] |
USB: serial: xr: fix NULL-deref at probe Make sure that the probed device has an interface 0 to avoid dereferencing a NULL pointer in case of a malicious device or during USB-descriptor fuzzing. Fixes: c2d405aa86b4 ("USB: serial: add MaxLinear/Exar USB to Serial driver") Signed-off-by: Johan Hovold <johan@kernel.org>