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
This line can throw an NSFileHandleOperationException exception, which is a documented eventuality when the file can't be read:
NSFileHandleOperationException
NSData *fileData = [handle readDataOfLength:4];
Instead of crashing, log the exception and return NO.
NO
The text was updated successfully, but these errors were encountered:
Fixed crasher in +pathIsAZip: (Issue #99)
+pathIsAZip:
5ffc0a8
6f8eae8
7216a12
a1c7558
Fixed crasher in +pathIsAZip: (Issue #99) (#100)
4dde9ce
Catch the exception and log it, instead of letting it propagate
abbeycode
No branches or pull requests
This line can throw an
NSFileHandleOperationException
exception, which is a documented eventuality when the file can't be read:Instead of crashing, log the exception and return
NO
.The text was updated successfully, but these errors were encountered: