[Bug 14576] New: unzip: test skipped with bad archive

bugzilla at busybox.net bugzilla at busybox.net
Tue Feb 8 18:41:34 UTC 2022


https://bugs.busybox.net/show_bug.cgi?id=14576

            Bug ID: 14576
           Summary: unzip: test skipped with bad archive
           Product: Busybox
           Version: 1.33.x
          Hardware: All
                OS: Linux
            Status: NEW
          Severity: major
          Priority: P5
         Component: Standard Compliance
          Assignee: unassigned at busybox.net
          Reporter: dharanendiran at gmail.com
                CC: busybox-cvs at busybox.net
  Target Milestone: ---

When I run the testsuite, the unzip (bad archive) was skipped. So the expected
results is always skipped here or it require further components to get succeed.

# ./runtest -v unzip
======================
echo -ne '' >input
echo -ne '' | unzip -q foo.zip foo/ && test -d foo && test ! -f foo/bar && echo
yes
PASS: unzip (subdir only)
SKIPPED: unzip (bad archive)
======================
echo -ne '' >input
echo -ne '' | unzip -p ../unzip_bad_lzma_1.zip 2>&1; echo $?
PASS: unzip (archive with corrupted lzma 1)
======================
echo -ne '' >input
echo -ne '' | unzip -p ../unzip_bad_lzma_2.zip 2>&1; echo $?
PASS: unzip (archive with corrupted lzma 2)
# 

The following config options are enabled in busybox:
FEATURE_UNZIP_CDF CONFIG_UNICODE_SUPPORT UUDECODE

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the busybox-cvs mailing list