diff options
author | Eugene Rudoy <gene.devel@gmail.com> | 2017-11-07 08:03:36 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2017-11-09 12:45:50 +0100 |
commit | c6f213ade49a8591a2f6c815a73aed3babe0f566 (patch) | |
tree | 123041c9ae18499ad8a000faf652c5ab77748b9b /printutils | |
parent | 0a6772214002da55e982b06947320b8911a1975b (diff) | |
download | busybox-c6f213ade49a8591a2f6c815a73aed3babe0f566.tar.gz |
unzip: fix content listing and filtering when -j is used
Original Info-ZIP's unzip uses unstripped filenames
while doing content listing and filtering, i.e.
- in content listing mode -j is ignored completely
- filtering is applied to non-stripped names, -j
takes effect first while extracting the files
997ad2c64abbe931dffa3598b015c5de04e515cf strips path
components a little bit too early resulting in behavior
deviations.
Fix it by doing stripping after listing/filtering.
p.s. Info-ZIP's unzip behavior is the same as
that of tar in --strip-components=NUM mode
Signed-off-by: Eugene Rudoy <gene.devel@gmail.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'printutils')
0 files changed, 0 insertions, 0 deletions