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

Memmap: Replace some GetPointer calls #10283

Merged
merged 1 commit into from Dec 24, 2021

Conversation

JosJuice
Copy link
Member

These GetPointer calls could cause crashes, in part because the callers didn't do null checks and in part because GetPointer inherently is unsafe to use for accesses larger than 1 byte.

Source/Core/Core/HW/Memmap.cpp Show resolved Hide resolved
These GetPointer calls could cause crashes, in part because the
callers didn't do null checks and in part because GetPointer
inherently is unsafe to use for accesses larger than 1 byte.
@degasus degasus merged commit 26bfe78 into dolphin-emu:master Dec 24, 2021
10 checks passed
@JosJuice JosJuice deleted the memmap-nullptr branch December 24, 2021 10:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants