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

arm one-shot chacha_armv6 stores data below stack pointer #10

Open
yumkam opened this issue Mar 12, 2019 · 0 comments · May be fixed by #11
Open

arm one-shot chacha_armv6 stores data below stack pointer #10

yumkam opened this issue Mar 12, 2019 · 0 comments · May be fixed by #11

Comments

@yumkam
Copy link
Contributor

yumkam commented Mar 12, 2019

E.g.


This stores data below stack pointer, then move pointer back, and expect same data still there.

I could be wrong, but as I don't see anything like amd64's "red zone" in arm ABI documentation, so this looks incorrect (application cannot rely on data stored below sp, even temporarily).
Same apply to

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 a pull request may close this issue.

1 participant