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

BTReal: Fix unsafe reinterpret_casts #7103

Merged
merged 1 commit into from Jun 10, 2018
Merged

Conversation

leoetlino
Copy link
Member

Using reinterpret_cast like that is possibly UB. Replace them with structs/memcpy calls where applicable.

Using reinterpret_cast like that is possibly UB.
Replace them with structs/memcpy calls where applicable.
@lioncash lioncash merged commit b659272 into dolphin-emu:master Jun 10, 2018
@mbc07
Copy link
Contributor

mbc07 commented Jul 3, 2018

Seems to cause issues: https://forums.dolphin-emu.org/Thread-ipcevent

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants