-
Notifications
You must be signed in to change notification settings - Fork 126
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
Fix crash in ReadFileAsync
#521
base: main
Are you sure you want to change the base?
Conversation
Let me know when the person from the ticket has tested the version from this PR and we can mark the testing part as complete ^^ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code looks good, just a question rly
I assume you never got the person from the ticket to test it? I'm kinda unsure how to best test it otherwise? Should we just forego testing an merge without it? |
@F1F7Y bump |
bump |
@F1F7Y sup |
As far as I remember only one user had this issue ( this PR fixed it for them ) but they stopped replying. This PR is more of a band aid fix than a long term one. |
Fixes a NULL dereference crash in
ReadFileAsync
This seems to be very rare, there's currently an open ticket where this occurs. This version hasnt been tested yet.
I also promised to ping
@shmordan_08
when this gets releasedCloses #520