commit | d6a9cebcd172dd036a5d0196f24aedfd132a0932 | [log] [tgz] |
---|---|---|
author | Peter Krystad <pkrystad@codeaurora.org> | Thu Dec 01 15:44:54 2011 -0800 |
committer | Peter Krystad <pkrystad@codeaurora.org> | Fri Dec 09 08:10:19 2011 -0800 |
tree | a2f53d23d2ace81ac58638abcddf7b154479369c | |
parent | 37c78782ca52462527335a15557a28e57b07177e [diff] |
Bluetooth: Fix possible access of hci_chan after it is deleted When the connection is not in BT_CONNECTED state it was possible for code in hci_chan_modify() to attempt to access the hci_chan structure after it had already been deleted by hci_chan_put(). Change-Id: I5ae352ac12aa3b456e7bcf30633015d98b03e44b CRs-fixed: 319934 Signed-off-by: Peter Krystad <pkrystad@codeaurora.org>