Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
USB: serial: io_ti: fix NULL-deref in interrupt callback
commit 0b1d250 upstream. Fix a NULL-pointer dereference in the interrupt callback should a malicious device send data containing a bad port number by adding the missing sanity check. Fixes: 1da177e ("Linux-2.6.12-rc2") Signed-off-by: Johan Hovold <johan@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
- Loading branch information