diff options
author | Amaury Pouly <amaury.pouly@gmail.com> | 2012-06-27 14:51:56 +0200 |
---|---|---|
committer | Amaury Pouly <amaury.pouly@gmail.com> | 2012-06-27 14:56:20 +0200 |
commit | 2f1da04cc340c74d194335c286e14e0428496d21 (patch) | |
tree | 960466fc3ebf28ab3c92e239a18c2ded5d3ed012 /.gitignore | |
parent | 7c9e7ec707b9aa9e40c8e7ebdbbf1138cef85bb1 (diff) |
zenutils/update_extract: make sure the archive is valid
The update_extract tool works by finding the compressed size and
the compressed data in the updater. This is problematic since
without the uncompressed size, inflate can produce extra bytes
at end. This is not a problem for our tools but the device will
plain reject it if sent by MTP/sendfirm for example.
Workaround this issue by reading and rewriting the archive
after decompression so that only the meaningfull data is written.
Change-Id: I117f434b92a56d93d269af49c3e426cd8cc0c7e4
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions