VYPR

crates.io package

crossbeam-utils

pkg:cargo/crossbeam-utils

Vulnerabilities (1)

  • CVE-2022-23639Feb 15, 2022
    affected < 0.8.7fixed 0.8.7

    crossbeam-utils provides atomics, synchronization primitives, scoped threads, and other utilities for concurrent programming in Rust. crossbeam-utils prior to version 0.8.7 incorrectly assumed that the alignment of `{i,u}64` was always the same as `Atomic{I,U}64`. However, the al