Re: [PATCH 4.4 63/99] [media] usbvision fix overflow of interfaces array

2016-06-07 Thread Greg KH
On Sun, Jun 05, 2016 at 09:53:42PM +, Holger Hoffstätte wrote: > On Sun, 05 Jun 2016 14:41:36 -0700, Greg Kroah-Hartman wrote: > > > 4.4-stable review patch. If anyone has any objections, please let me know. > > > > -- > > > > From: Oliver Neukum > > > > commit 588afcc1c0e

Re: [PATCH 4.4 63/99] [media] usbvision fix overflow of interfaces array

2016-06-05 Thread Holger Hoffstätte
On Sun, 05 Jun 2016 14:41:36 -0700, Greg Kroah-Hartman wrote: > 4.4-stable review patch. If anyone has any objections, please let me know. > > -- > > From: Oliver Neukum > > commit 588afcc1c0e45358159090d95bf7b246fb67565f upstream. > > This fixes the crash reported in: > http

[PATCH 4.4 63/99] [media] usbvision fix overflow of interfaces array

2016-06-05 Thread Greg Kroah-Hartman
4.4-stable review patch. If anyone has any objections, please let me know. -- From: Oliver Neukum commit 588afcc1c0e45358159090d95bf7b246fb67565f upstream. This fixes the crash reported in: http://seclists.org/bugtraq/2015/Oct/35 The interface number needs a sanity check. Sig