-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Shared unrar code: Avoid false negatives
These changes fixes the two cases posted in #5653. At first I thought some of our own early reject magic introduced the problem, but the culprit was in pristine ClamAV code. We don't quite share objectives with them so I'm not sure these are bugs at all in the original context. ClamAV has changed since though, and its unrar is now in C++ (using the official free code, I think - just like hashcat does). The changes here resemble the newer C++ code.
- Loading branch information
1 parent
49c9adc
commit 3b92a40
Showing
1 changed file
with
17 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters