2 matches found
rust: double free in Vec::from_iter function if freeing the element panics
In the standard library in Rust before 1.52.0, a double free can occur in the Vec::fromiter function if freeing the element panics...
In the standard library in Rust before 1.52.0 a double free can occur in the Vec::from_iter function if freeing the element panics.
...