commit | 4af3c40c4a5343ea30c8f600cc61804b8fb39bb6 | [log] [tgz] |
---|---|---|
author | Alan Jeon <skyisle@gmail.com> | Thu Oct 16 17:05:25 2014 +0900 |
committer | Elliott Hughes <enh@google.com> | Mon May 11 16:28:04 2015 -0700 |
tree | c471fb73dcedcdc9594611edd54bbc5e3fd8b710 | |
parent | 97d0c1935447b4fc91bd59f604ab92e9e579efa3 [diff] |
adb: Do not share memory between multiple thread When multiple client try to connect to other hosts, it failed because memory corruption. Allocate memory for each thread like other command did. Change-Id: I79959ce3dbfd11c7553736cd3f5a899815873584 Signed-off-by: Alan Jeon <skyisle@gmail.com>