From: Mat Martineau Date: Fri, 9 Dec 2011 01:23:21 +0000 (-0800) Subject: Bluetooth: Prevent uninitialized data access in L2CAP configuration X-Git-Tag: v3.2-rc7~12^2~2^2~1^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36e999a83a4a4badd389901eb6d23a30e199b8db;p=pandora-kernel.git Bluetooth: Prevent uninitialized data access in L2CAP configuration When configuring an ERTM or streaming mode connection, remote devices are expected to send an RFC option in a successful config response. A misbehaving remote device might not send an RFC option, and the L2CAP code should not access uninitialized data in this case. Signed-off-by: Mat Martineau Acked-by: Marcel Holtmann Signed-off-by: Gustavo F. Padovan --- Reading git-diff-tree failed