We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
While handling a corrupt jar file, the following stack trace was dumped:
Caused by: java.util.zip.ZipException: invalid distance too far back at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:164) at java.util.zip.ZipInputStream.read(ZipInputStream.java:193) at java.util.jar.JarInputStream.read(JarInputStream.java:207) at com.redhat.victims.fingerprint.JarFile.getNextFile(JarFile.java:214) at com.redhat.victims.fingerprint.JarFile.<init>(JarFile.java:149)
The victims lib should be more robust and provide better error/debug information in the scenarios.
The text was updated successfully, but these errors were encountered:
sidhax
No branches or pull requests
While handling a corrupt jar file, the following stack trace was dumped:
The victims lib should be more robust and provide better error/debug information in the scenarios.
The text was updated successfully, but these errors were encountered: