Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More adb buffer fixes. | Elliott Hughes | 2015-05-01 | 1 | -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 Hughes | 2015-04-17 | 1 | -0/+1 |
| | | | | | Bug: 20317724 Change-Id: If137fc96f5f23576ccecd388ac87afefa47337c6 | ||||
* | Fix more buffer overruns. | Elliott Hughes | 2015-04-17 | 1 | -0/+26 |
Also add some tests. Bug: 20323050 Change-Id: I9eaf3dc04efd85206663c4cca4f8c1208620a89a |