commit | 695a31b16402d4af8d2fd671104bc5251cefec1b | [log] [tgz] |
---|---|---|
author | xypron.glpk@gmx.de <xypron.glpk@gmx.de> | Sat Apr 15 15:05:46 2017 +0200 |
committer | Tom Rini <trini@konsulko.com> | Tue Apr 18 10:29:23 2017 -0400 |
tree | c4f4521184f4f43b60fc3be70836e8cd93bec09d | |
parent | 6125d44f8838909ea171edfe481978adf861ac31 [diff] |
usbtty: avoid potential NULL pointer dereference If current_urb is NULL it should not be dereferenced. The problem was indicated by cppcheck. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Tom Rini <trini@konsulko.com>