commit | f86e4b09b7297ac880b88bb19e23661dfeeb47f7 | [log] [tgz] |
---|---|---|
author | Nick Pelly <npelly@google.com> | Thu Apr 08 16:23:32 2010 -0700 |
committer | Colin Cross <ccross@android.com> | Tue Jun 14 09:09:17 2011 -0700 |
tree | 59e75c4f0d7c0f332b4edffe4d1be492ec1d426a | |
parent | c172849ed873e4785bdf9be18d5298427239f33a [diff] |
Bluetooth: Hack: Don't dereference null pointer. This avoids the S305 panic during incoming connection. S305 sends PSM 25 L2CAP connection request before the L2CAP info response. When we receive that info response we crash on null pointer here. Bug: 2127637 Change-Id: Ib637516251f46fa9a9c87ac015dc2f27df5a27fd Signed-off-by: Nick Pelly <npelly@google.com>