]> git.ipfire.org Git - thirdparty/libarchive.git/commit
unzip: Increment option count after swallowing -- (#2022)
authorAlfred Wingate <parona@protonmail.com>
Mon, 27 Nov 2023 01:29:11 +0000 (03:29 +0200)
committerGitHub <noreply@github.com>
Mon, 27 Nov 2023 01:29:11 +0000 (17:29 -0800)
commita5aac7c9295449dc2fabf36f203f4ff464724ccf
tree3f67ccfb7e92937d570b848cb607a1621710660e
parentbee411c773eb377a0343e8f4d859aaa86589ddbd
unzip: Increment option count after swallowing -- (#2022)

* Option count is used later for the position of the file in the
arguments and otherwise it uses -- as the file.

---------

Signed-off-by: Alfred Wingate <parona@protonmail.com>
Makefile.am
unzip/cmdline.c
unzip/test/CMakeLists.txt
unzip/test/test_doubledash.c [new file with mode: 0644]