MacPaw/XADMaster

SEGFAULT when extracting a 7Z archive with one encrypted file

Closed this issue · 0 comments

This 7Z archive (link valid for 30 days) contains two text files: file1 and file2. File2 is encrypted with password 123.

When either lsar -t files.7z or unar files.7z are invoked and password is entered in the prompt the programs crash with segmentation fault. This doesn't happen when:

  • The password is provided in the command, e.g.: lsar -t files.7z -p 123 or unar files.7z -p 123

or

  • File name is provided in the command, e.g.: lsar -t files.7z file2 and password is provided in the prompt

Version: 1.10.1/Debian

Thanks.