commit | 9f8d4673430365f510795e777194091c5fd10158 | [log] [tgz] |
---|---|---|
author | Mat Martineau <mathewm@codeaurora.org> | Wed Dec 14 12:10:46 2011 -0800 |
committer | Mat Martineau <mathewm@codeaurora.org> | Mon Jan 09 08:52:39 2012 -0800 |
tree | 2b9f00040e0fe7533372869aad43eab977c08182 | |
parent | d846875671b17372a23138ef223b7e6911cfc35e [diff] |
Bluetooth: Fix HCI channel reference counting When an incoming HCI logical link event came in at the same time a socket structure was deleted, it was possible to end up with a stale pointer to the socket. The socket and associated HCI channel struct need to be properly reference counted so they are not freed prematurely. CRs-Fixed: 325023 Change-Id: Ia5724a9ce2000acd60a174c354be04029bac5324 Signed-off-by: Mat Martineau <mathewm@codeaurora.org>