summaryrefslogtreecommitdiffstats
path: root/adb/adb_utils.h
Commit message (Collapse)AuthorAgeFilesLines
* More adb buffer fixes.Elliott Hughes2015-05-011-0/+2
| | | | | | | | | | | | | | This patch factors out a lot of the basic protocol code: sending OKAY, sending FAIL, and sending a length-prefixed string. ADB_TRACE has been non-optional for a long time, so let's just remove the #ifs. Also actually build the device tracker test tool (and remove its duplicate). Bug: http://b/20666660 Change-Id: I6c7d59f18707bdc62ca69dea45547617f9f31fc6 (cherry picked from commit e67f1f87d9b1188ec8617035db7006c37ee7b21e)
* Remove yet more fixed-length buffers (and their overruns).Elliott Hughes2015-04-171-0/+1
| | | | | Bug: 20317724 Change-Id: If137fc96f5f23576ccecd388ac87afefa47337c6
* Fix more buffer overruns.Elliott Hughes2015-04-171-0/+26
Also add some tests. Bug: 20323050 Change-Id: I9eaf3dc04efd85206663c4cca4f8c1208620a89a