commit | 73be5b3fa73e329ad0d9e12db427cd665e1a483c | [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 | 6568c731c47bfbb137183f8f745e8168604ea8ab [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>