commit | ea98962f5c2023b4673cc447ecbd1f0bb4e14a8b | [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 | 6b3bf395890aa5b96c8954d392f2277fb47c2048 [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>