commit | 21c1a512c2b7e8e8603d1a62445a7849cfbc387e | [log] [tgz] |
---|---|---|
author | Fernando Lugo <flugo@google.com> | Wed May 29 19:33:56 2019 -0700 |
committer | Fernando Lugo <flugo@google.com> | Thu May 30 17:47:49 2019 -0700 |
tree | 3a1be80bbfb0c001458bb545a997cc203fb0db82 | |
parent | 20be7b1f8ee8c037edfad23f364d50f4364f3cae [diff] |
fastboot: windows: fix Read function Read function exits before reading all requested bytes. Fix that by looping until the len requested is completed. This will fix the issue execting get_staged command for a staged image bigger than 1MB Test: fastboot get_staged file.txt Change-Id: Ic70ab48f3a8c8d78c225db638892501d4dc20b13 Signed-off-by: Fernando Lugo <flugo@google.com>