Closed
Description
This benchmark function has UB:
rust/library/alloc/src/collections/vec_deque/tests.rs
Lines 29 to 40 in bc3fae4
It directly accesses private fields of VecDeque
to set the head and tail pointers, but doesn't initialize the element in the middle so pop_back
reads uninitialized memory.
Metadata
Metadata
Assignees
Labels
No labels