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

3rdparty/ccc: Backport some fixes #12033

Merged
merged 2 commits into from
Nov 27, 2024
Merged

Conversation

chaoticgd
Copy link
Contributor

@chaoticgd chaoticgd commented Nov 25, 2024

Description of Changes

DWARF support is in the works but will still likely take a few months to be ready for prime time. In the meantime, I thought I would backport some crash fixes just for PCSX2.

The bounds checking bugs were found via fuzzing, so I think are unlikely to affect any games, but I still think it's nice to get them fixed. The assertion fix makes CCC crash more cleanly if an assertion were to fail, since previously it called exit which PCSX2 doesn't like very much.

Rationale behind Changes

Fix some bugs.

Suggested Testing Steps

You could test some of the games listed in my original symbol table PR #10224 and open the debugger.

@github-actions github-actions bot added the Dependencies Pull requests that update a dependency file label Nov 25, 2024
@chaoticgd chaoticgd marked this pull request as draft November 25, 2024 07:04
@chaoticgd chaoticgd marked this pull request as ready for review November 25, 2024 10:11
@lightningterror lightningterror merged commit 132e3e5 into PCSX2:master Nov 27, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants