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

events: use SDL_memmove instead of SDL_memcpy for overlapping memory #11959

Merged
merged 1 commit into from
Jan 14, 2025

Conversation

Green-Sky
Copy link
Contributor

Replaces 3 uses of memcpy that could be overlapping.

Existing Issue(s)

fixes #11958

@slouken slouken merged commit 191a641 into libsdl-org:main Jan 14, 2025
40 checks passed
@slouken
Copy link
Collaborator

slouken commented Jan 14, 2025

Merged, thanks!

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

Successfully merging this pull request may close these issues.

remove all overlapping memcpys
2 participants