commit | e08e045cdd38ddcef83bc1da997fec655746d2a2 | [log] [tgz] |
---|---|---|
author | Josh Gao <jmgao@google.com> | Mon Jun 10 12:48:34 2019 -0700 |
committer | Josh Gao <jmgao@google.com> | Mon Jun 10 12:54:14 2019 -0700 |
tree | 904006ee84b9e0e4486789f9bc132174fdca5af9 | |
parent | 9e1eb5dd357d4ee2edb6575d4518da6b447d9cd2 [diff] |
adb: avoid freeing argv entries on Windows. We assign string literals directly to argv[0], which leads to fun explosions when we attempt to free when the runtime can detect that a bad free happened, which seems to happen reliably with lld. Bug: http://b/110800681 Test: `adb shell true` on windows Change-Id: Ica81e472c31686d80b58c41ff6d2b825baef06fb