commit | b1afc886065a1a6cf0c60020baff95fb6bc805f3 | [log] [tgz] |
---|---|---|
author | John Keeping <john@metanate.com> | Mon Sep 19 10:59:40 2016 +0100 |
committer | Marek Vasut <marex@denx.de> | Mon Aug 21 11:31:10 2017 +0200 |
tree | 87d0951d3ca38dfa6ef2fe63761d29b632193c59 | |
parent | 43aa76ee844f9ccbca97d971f54754b9970ff3bf [diff] |
fastboot: avoid printing invalid data There is no guarantee that commands are null-terminated in the USB request buffer, so limit the length of data that is printed. Signed-off-by: John Keeping <john@metanate.com> Tested-by: Steve Rae <steve.rae@raedomain.com>