-
Notifications
You must be signed in to change notification settings - Fork 484
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
NullReferenceException with RarReader since 0.33 #783
Comments
IS4Code
added a commit
to IS4Code/SFI
that referenced
this issue
Dec 2, 2023
adamhathcock
added a commit
that referenced
this issue
Dec 11, 2023
Dont crash on reading rar5 comment #783
0.35 fixed this issue, but there is another null-related one with https://telparia.com/fileFormatSamples/archive/rar/password.rar on IReader.MoveToNextEntry:
|
Looks like #798 will address |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
An error seems to have been introduced in 0.33 that affects reading some RAR archives using the
RarReader
.Example RAR with the issue: https://telparia.com/fileFormatSamples/archive/rar/comment.rar
Even iterating through the archive throws an exception:
Exception:
This works fine on 0.32.2, but does not work on 0.33 to 0.34.2.
The text was updated successfully, but these errors were encountered: