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

Fix stack overwrite bug on AArch64 #12

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

bacam
Copy link

@bacam bacam commented Nov 28, 2023

This was harmless on debug builds because it only overwrote some dead local variables in the caller, but broke optimised builds.

I'm not entirely sure about the CFI, but gdb gives plausible backtraces.

This was harmless on debug builds because it only overwrote some dead local
variables in the caller, but broke optimised buildsp.
@bacam
Copy link
Author

bacam commented Nov 28, 2023

On a related note, we also have a Morello branch that you might be interested in...

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