Skip to content
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

Unhandled exception in +pathIsARAR: #85

Closed
abbeycode opened this issue Nov 5, 2019 · 0 comments
Closed

Unhandled exception in +pathIsARAR: #85

abbeycode opened this issue Nov 5, 2019 · 0 comments
Milestone

Comments

@abbeycode
Copy link
Owner

This line is throwing a NSFileHandleOperationException exception, which is a documented eventuality when the file can't be read:

NSData *fileData = [handle readDataOfLength:8];

Instead of crashing, log the exception and return NO.

@abbeycode abbeycode added this to the 2.10 milestone Nov 5, 2019
xiaogdgenuine pushed a commit to xiaogdgenuine/UnrarKit that referenced this issue Nov 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant