commit | e6959b787835218ab3a11f852f1d070a8890ed76 | [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 | 90d1be2f53b6d5a2e38305ba9dbd0c23abfd30af | |
parent | 9a0602f1367d0f460f0e80329fafc78aad13d804 [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>