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

Fix and test for issue #3780. #3832

Merged
merged 1 commit into from
Oct 22, 2012
Merged

Conversation

Dretch
Copy link
Contributor

@Dretch Dretch commented Oct 22, 2012

No description provided.

brson added a commit that referenced this pull request Oct 22, 2012
@brson brson merged commit 586b22a into rust-lang:incoming Oct 22, 2012
@brson
Copy link
Contributor

brson commented Oct 22, 2012

Thanks!

RalfJung pushed a commit to RalfJung/rust that referenced this pull request Aug 22, 2024
epoll test: avoid some subtly dangling pointers

Turns out `let data = MaybeUninit::<u64>::uninit().as_ptr();` is a dangling pointer, the memory gets freed at the end of that line. For these cases we don't care as we don't actually access the pointer, but let's not do such subtle things.
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 this pull request may close these issues.

2 participants