You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
E.g.
chacha-opt/app/extensions/chacha/chacha_armv6-32.inc
Line 440 in d69e5ac
This stores data below stack pointer, then move pointer back, and expect same data still there.
chacha-opt/app/extensions/chacha/chacha_armv6-32.inc
Line 445 in d69e5ac
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
chacha-opt/app/extensions/chacha/chacha_neon-32.inc
Line 829 in d69e5ac
The text was updated successfully, but these errors were encountered: