| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Change-Id: I58fa91bc097dfba573b6db27e389f5ed6556032f
|
|
|
|
|
|
| |
- resolve some unused references
Change-Id: Ia3748c7e25963c2fd3d58e175177f0f4dd405997
|
|
|
|
|
|
|
|
|
| |
Fixed implicit declaration of strcmp warning
Fixed switch case of enumeration not handled
Change-Id: Ic3f3690a2e749235b1b0dffd252b119855ad36c0
Author: Ariel Bernal <ariel.j.bernal@intel.com>
Reviewed-by: Tareq A Siraj <tareq.a.siraj@intel.com>
|
|
|
|
|
|
| |
Change-Id: I30a6a9835073a7c0f5751fc34aed958c91a050ee
Author: Edwin Vane <edwin.vane@intel.com>
Reviewed-by: Tareq A Siraj <tareq.a.siraj@intel.com>
|
|
|
|
| |
Bug: 1999244
|
|
|
|
|
|
|
|
| |
fastboot passes the *uncompressed* length of the file as the length of
the input to the inflate() call, which happens to work unless the
compressed data is actually larger than the uncompressed data (which
it can be for very small files). Fix this to pass the correct
compressed length down to the inflate call.
|
| |
|
| |
|
|
|