commit | 097aef0750f5f3184662858c9b93bf279178c30f | [log] [tgz] |
---|---|---|
author | Josh Gao <jmgao@google.com> | Mon Aug 22 12:50:23 2016 -0700 |
committer | Josh Gao <jmgao@google.com> | Mon Aug 22 12:58:38 2016 -0700 |
tree | 28b6d6aae16a34bc008a6d5f873da21776499250 | |
parent | ecdbf2dc939019fa9e054ed23e8517075f0a7227 [diff] |
adb: fix public key authorization. This was broken by commit e8b663fe, which removed the null-terminator from the message sent. For some reason, adbd requires the key to be null terminated, despite an explicit length being part of the message. Bug: http://b/30971808 Change-Id: I9761298a57ed76ca2bc02b05490f98cdffbaa0c3 Test: manually tested, adb authorization dialog box shows up