mirror of
https://github.com/rust-lang/rust.git
synced 2026-07-08 00:38:40 -04:00
7786ffce5b
thin-vec versions before 0.2.16 have a use-after-free / double-free in `IntoIter::drop` and `ThinVec::clear` when an element's `Drop` panics (RUSTSEC-2026-0103). The requirement now sits past the affected range.