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
I got two problem here.
decompress a tar.gz file without valid gzip format content, and there should get a NO as return value and an error. But I get YES as return value;
NO
YES
Adding the part of code may fix it.
decompres a tar file without valid tar format data, then the app will crash.
The text was updated successfully, but these errors were encountered:
Interesting, I haven't seen that before. I will take a look when time permits.
Sorry, something went wrong.
No branches or pull requests
I got two problem here.
decompress a tar.gz file without valid gzip format content, and there should get a
NO
as return value and an error. But I getYES
as return value;Adding the part of code may fix it.
decompres a tar file without valid tar format data, then the app will crash.
The text was updated successfully, but these errors were encountered: