commit | 356b4c464d919c8a05fdfc3b35d3c1e3c98609dd | [log] [tgz] |
---|---|---|
author | Nitin Shivpure <nshivpur@codeaurora.org> | Sun Sep 06 15:04:01 2015 +0530 |
committer | Andre Eisenbach <eisenbach@google.com> | Thu Sep 24 11:28:50 2015 -0700 |
tree | b672c82e29320215015f62502496ada5e2302d98 | |
parent | 45bb20deba5986cb067b642395c7ec4b58df0d03 [diff] |
Fix PAN crash due to fd mismatch A case, where tap read thread is always exist, Sometimes data packets get recieved on older fd, which is not available. which is causing assert due to fd mismatch in race condition. when next pan connection is immediately available. If last pan connection gets disconnected, then tap_read_thread should be destroyed in btif context to fix this issue. Bug: 24093456 Change-Id: Ic1053200a7be4c2091d6c394634831ca3fbd61df