commit | 325ba6ffa855533a9dbe5289384157faa7789624 | [log] [tgz] |
---|---|---|
author | qiwu chen <qiwuchen55@gmail.com> | Thu Aug 29 14:50:51 2019 +0800 |
committer | qiwu chen <qiwuchen55@gmail.com> | Thu Aug 29 14:56:19 2019 +0800 |
tree | e02d7115cff564dc3cefff6cefa4c0891548a170 | |
parent | 50ca44840288e8892091132423f59642a09eee90 [diff] |
fastboot: Initialize UploadInner dsize value to 0 We must initialize UploadInner dsize value to 0, in case stuck in ReadBuffer when receive DATA packet which dsize is 0 or non DATA type packet. This will lead to fastboot hang up unless USB unplugged. Change-Id: I1e9752585c3d1013b1b1da38ead9ba4c532c2d34 Signed-off-by: qiwu chen <qiwuchen55@gmail.com>