-
Notifications
You must be signed in to change notification settings - Fork 13.1k
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
Pointers stored on the stack aren't word-aligned #151
Comments
Commit fac28ad disables task growth for now until this is fixed. |
WONTFIX (moot point given disabled stack growth) |
mbrubeck
pushed a commit
to mbrubeck/rust
that referenced
this issue
Oct 17, 2011
Aaron1011
pushed a commit
to Aaron1011/rust
that referenced
this issue
Oct 26, 2020
Bump ar from 0.6.0 to 0.6.1
djtech-dev
pushed a commit
to djtech-dev/rust
that referenced
this issue
Dec 9, 2021
Build malloc fix
antoyo
added a commit
to antoyo/rust
that referenced
this issue
Jun 7, 2022
Add intrinsic translation for x86 arch
celinval
pushed a commit
to celinval/rust-dev
that referenced
this issue
Jun 4, 2024
celinval
added a commit
to celinval/rust-dev
that referenced
this issue
Nov 20, 2024
Proposes a new challenge to verify the safety of `CStr` implementation. --------- Co-authored-by: Zyad Hassan <[email protected]>
This issue was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, pointers stored on the stack aren't word-aligned. This is a critical issue because it causes stack growth to fail most of the time.
The text was updated successfully, but these errors were encountered: