commit | 984b0a613aaf1cdf48c2e2af08c8466a7bad8307 | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Mon Jun 20 11:06:42 2016 +0200 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Mon Jun 20 11:06:42 2016 +0200 |
tree | 57b512d3843221b92da936b46abd238d1a036a94 | |
parent | ecf25cb5bce27ca5820e2895d8458f38c406d105 [diff] |
libarchive: fix xmalloc_open_zipped_read_close() on NOMMU The somewhat new "unpack in memory" code was broken for xmalloc_open_zipped_read_close() on NOMMU: we seek back over signature, but then expect it to be already consumed. Stop seeking back in this case. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>