commit | 6bba008fbead844722c5dc80b6c4dd59adc637c9 | [log] [tgz] |
---|---|---|
author | Peter Krystad <pkrystad@codeaurora.org> | Wed May 23 17:08:16 2012 -0700 |
committer | Peter Krystad <pkrystad@codeaurora.org> | Tue May 29 09:01:55 2012 -0700 |
tree | 172984006a94c68e40f0ffc7ae9b46b30a4146fa | |
parent | ebdd79ed744d4ea5b32e555eb511ed3b7e6834db [diff] |
Bluetooth: Check for NULL pointer dereference The fix in commit ff9718f8254b96dc313dd998c195c1c3769417ba was not complete. In l2cap_logical_link_complete the socket pointer was dereferenced in two places, the previous fix only handled one of the locations. This fixes an infrequent crash when performing OPP or FTP transfer over AMP (Bluetooth 3.0+HS). Change-Id: I730a503b143723ffff1765602151d66fe87103da CRs-fixed: 360758 Signed-off-by: Peter Krystad <pkrystad@codeaurora.org>