commit | 224c04973db1125fcebefffd86115f99f50f8277 | [log] [tgz] |
---|---|---|
author | Denis Kirjanov <kda@linux-powerpc.org> | Tue Jul 30 15:13:57 2019 +0200 |
committer | David S. Miller <davem@davemloft.net> | Thu Aug 01 18:18:27 2019 -0400 |
tree | 8ec9b6aaa1832f9a8bcc57c93a2c95a8af6171aa | |
parent | 4da5f0018eef4c0de31675b670c80e82e13e99d1 [diff] |
net: usb: pegasus: fix improper read if get_registers() fail get_registers() may fail with -ENOMEM and in this case we can read a garbage from the status variable tmp. Reported-by: syzbot+3499a83b2d062ae409d4@syzkaller.appspotmail.com Signed-off-by: Denis Kirjanov <kda@linux-powerpc.org> Signed-off-by: David S. Miller <davem@davemloft.net>