Re: [ 045/102] Bluetooth: Fix invalid length check in l2cap_information_rsp()

2013-08-09 Thread Greg Kroah-Hartman
On Fri, Aug 09, 2013 at 10:54:58AM +0300, Johan Hedberg wrote: > Hi Greg, > > On Thu, Aug 08, 2013, Greg Kroah-Hartman wrote: > > 3.10-stable review patch. If anyone has any objections, please let me know. > > > > -- > > > > From: Jaganath Kanakkassery > > > > commit da9910ac4

Re: [ 045/102] Bluetooth: Fix invalid length check in l2cap_information_rsp()

2013-08-09 Thread Johan Hedberg
Hi Greg, On Thu, Aug 08, 2013, Greg Kroah-Hartman wrote: > 3.10-stable review patch. If anyone has any objections, please let me know. > > -- > > From: Jaganath Kanakkassery > > commit da9910ac4a816b4340944c78d94c02a35527db46 upstream. > > The length check is invalid since th

[ 045/102] Bluetooth: Fix invalid length check in l2cap_information_rsp()

2013-08-08 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Jaganath Kanakkassery commit da9910ac4a816b4340944c78d94c02a35527db46 upstream. The length check is invalid since the length varies with type of info response. This was introduced by the comm