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

Fix crash in ReadFileAsync #521

Open
wants to merge 12 commits into
base: main
Choose a base branch
from

Conversation

F1F7Y
Copy link
Member

@F1F7Y F1F7Y commented Jul 27, 2023

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 released

Closes #520

@GeckoEidechse
Copy link
Member

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 ^^

@ASpoonPlaysGames ASpoonPlaysGames added needs testing Changes from the PR still need to be tested needs code review Changes from PR still need to be reviewed in code labels Jul 30, 2023
Copy link
Contributor

@ASpoonPlaysGames ASpoonPlaysGames left a 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

NorthstarDLL/core/filesystem/rpakfilesystem.cpp Outdated Show resolved Hide resolved
@ASpoonPlaysGames ASpoonPlaysGames removed the needs code review Changes from PR still need to be reviewed in code label Aug 25, 2023
@GeckoEidechse
Copy link
Member

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?

@GeckoEidechse
Copy link
Member

@F1F7Y bump

@github-actions github-actions bot added the merge conflicts Blocked by merge conflicts, waiting on the author to resolve label Dec 27, 2023
@github-actions github-actions bot removed the merge conflicts Blocked by merge conflicts, waiting on the author to resolve label Mar 4, 2024
@Jan200101
Copy link
Contributor

bump

@Alystrasz
Copy link
Contributor

@F1F7Y sup

@F1F7Y
Copy link
Member Author

F1F7Y commented May 16, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs testing Changes from the PR still need to be tested
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

NULL Deref crash in ReadFileAsyncHook
6 participants