commit | 3864d33943b4a76c6e64616280e98d2410b1190f | [log] [tgz] |
---|---|---|
author | Oliver Neukum <oneukum@suse.com> | Thu May 09 11:30:58 2019 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue May 21 10:11:04 2019 +0200 |
tree | d0a5b724bb681ada66633dc1edbf73103e54aafe | |
parent | 0c9e8b3cad654bfc499c10b652fbf8f0b890af8f [diff] |
USB: rio500: refuse more than one device at a time This driver is using a global variable. It cannot handle more than one device at a time. The issue has been existing since the dawn of the driver. Signed-off-by: Oliver Neukum <oneukum@suse.com> Reported-by: syzbot+35f04d136fc975a70da4@syzkaller.appspotmail.com Cc: stable <stable@vger.kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>