commit | 5acf6ad4cea5f39b25404964bb22043100ed1e21 | [log] [tgz] |
---|---|---|
author | Josh Gao <jmgao@google.com> | Tue May 17 17:46:27 2016 -0700 |
committer | Josh Gao <jmgao@google.com> | Wed May 18 17:20:30 2016 -0700 |
tree | 027425b25d57227bc90c6fcc17c201d49fca1478 | |
parent | 09e6eb9ad82efee57770cf96157e8da464f84d01 [diff] |
adb: switch the socket list mutex to a recursive_mutex. sockets.cpp was branching on whether a socket close function was local_socket_close in order to avoid a potential deadlock if the socket list lock was held while closing a peer socket. Bug: http://b/28347842 Change-Id: I5e56f17fa54275284787f0f1dc150d1960256ab3 (cherry picked from commit 9b587dec6d0a57c8fe1083c1c543fbeb163d65fa)