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

Refactor: Replace uintptr_t addresses with uint8_t* #33

Merged
merged 5 commits into from
Apr 30, 2023
Merged

Conversation

cursey
Copy link
Owner

@cursey cursey commented Apr 17, 2023

This fixes instances where unsigned integer overflow could occur when calculating new displacements and uint8_t*'s are generally just easier to work with.

This fixes instances where unsigned integer overflow could occur when calculating new displacements and uint8_t*'s are generally just easier to work with.
@cursey cursey force-pushed the feat/uint8_t-ptr branch from 1b2bbbf to b53ecb4 Compare April 17, 2023 00:16
@cursey cursey requested review from praydog and angelfor3v3r April 20, 2023 19:55
@cursey cursey force-pushed the feat/uint8_t-ptr branch from 4e8dace to 58ebbe3 Compare April 22, 2023 21:51
@cursey cursey merged commit e0ea316 into main Apr 30, 2023
@cursey cursey deleted the feat/uint8_t-ptr branch April 30, 2023 09:22
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.

1 participant