VYPR

crates.io package

slice-deque

pkg:cargo/slice-deque

Vulnerabilities (3)

  • CVE-2021-29938Apr 1, 2021
    affected <= 0.3.0

    An issue was discovered in the slice-deque crate through 2021-02-19 for Rust. A double drop can occur in SliceDeque::drain_filter upon a panic in a predicate function.

  • CVE-2018-20995Aug 26, 2019
    affected < 0.1.16fixed 0.1.16

    An issue was discovered in the slice-deque crate before 0.1.16 for Rust. move_head_unchecked allows memory corruption because deque updates are mishandled.

  • CVE-2019-15543Aug 26, 2019
    affected < 0.2.0fixed 0.2.0

    An issue was discovered in the slice-deque crate before 0.2.0 for Rust. There is memory corruption in certain allocation cases.