-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LSAR enters infinite loop on RAR v2 archive #111
Comments
thanks for pointing this out. will take a look what can be done. |
OK, thanks! |
This is likely a duplicate. The issue is that there's a SOLID archive and it shown in a reference of 'Internal solid identifier' For each file in this chunk there'll be reference to 'Internal solid identifier' which will print the whole information about this chunk
This output explodes for huge number of files in the solid archive. The total output in this example will be approximately 640Kb * 1564 files ~ 1GB. You'll just need to wait
Previous solution was to add additional flag for removing 'Internal solid identifier' information from the output. If this option works in your case, I suggest adding an additional flag for this case as well. |
I cannot currently check this command-line parameters because they are not available yet in my version:
However this is probably a good solution. May I only request a separate switch that works with plain output format ( |
I think this is generally a problem with rar files, or maybe extracting too many files (possibly with a too long path) at once. |
When LSAR is invoked with "-L" option it enters an infinite loop on some RAR archives.
This doesn't happen without "-L" parameter.'
Version: 1.10.1/Debian
Here's a link to such an archive (valid for 30 days):
https://0x0.st/zC8M.rar
The text was updated successfully, but these errors were encountered: