Closed
Description
See
rust/library/alloc/src/sync.rs
Lines 255 to 257 in 0c87288
This can be called like
let dangling_arc = Arc::from_inner(NonNull::dangling());
without any unsafe code and results in an Arc
to a dangling pointer, which will cause fun when trying to use it.
Metadata
Metadata
Assignees
Labels
No labels