-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Pointers stored on the stack aren't word-aligned #151
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
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 <88045115+zhassan-aws@users.noreply.github.com>
This issue was closed.
# for free
to join this conversation on GitHub.
Already have an account?
# 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: