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

Use 64-byte buffers for registers (closes #3) #11

Merged
merged 2 commits into from
Nov 12, 2019

Conversation

dargueta
Copy link
Owner

@dargueta dargueta commented Nov 12, 2019

Allows reading the largest known registers without a buffer overflow. Lua still won't be able to access the upper bits beyond its architecture (32/64 bits depending on the build) but we can work on that later.

@dargueta dargueta added the bug Something isn't working label Nov 12, 2019
@dargueta dargueta self-assigned this Nov 12, 2019
@dargueta dargueta merged commit 7efa772 into master Nov 12, 2019
@dargueta dargueta deleted the fix-register-buffer-overflow branch November 12, 2019 21:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant