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

Possible memory corruption or vec misbehavior in metadata #3396

Closed
graydon opened this issue Sep 5, 2012 · 2 comments
Closed

Possible memory corruption or vec misbehavior in metadata #3396

graydon opened this issue Sep 5, 2012 · 2 comments
Labels
A-lifetimes Area: Lifetimes / regions A-metadata Area: Crate metadata

Comments

@graydon
Copy link
Contributor

graydon commented Sep 5, 2012

In the metadata encoder, in the code that writes a metadata version constant at the end of metadata::encode:::encode_metadata, we wind up having to use a string literal rather than a vector constant. Somehow memory is getting modified under-foot, or something. Investigate. Not cool.

@ghost ghost assigned graydon Sep 5, 2012
@pnkfelix
Copy link
Member

I trust that Graydon will investigate this as time permits, but not for 0.6 release. De-milestoning.

@graydon
Copy link
Contributor Author

graydon commented May 22, 2013

Not sure what it was, but it works now.

@graydon graydon removed their assignment Jun 16, 2014
RalfJung pushed a commit to RalfJung/rust that referenced this issue Mar 23, 2024
add support for missing SIMD float intrinsics

These are being exposed by `core::simd`  with rust-lang#122905.
RenjiSann pushed a commit to RenjiSann/rust that referenced this issue Mar 25, 2024
add support for missing SIMD float intrinsics

These are being exposed by `core::simd`  with rust-lang#122905.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-lifetimes Area: Lifetimes / regions A-metadata Area: Crate metadata
Projects
None yet
Development

No branches or pull requests

2 participants