commit | 8a0d0773bdc6392386e1dd1910eeb6d2155557c8 | [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 | 2e671202c38a9b17b0b034438a305e3067abb4ab [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