VYPR

crates.io package

rustix

pkg:cargo/rustix

Vulnerabilities (1)

  • CVE-2024-43806MedAug 26, 2024
    affected >= 0.35.11, < 0.35.15fixed 0.35.15

    Rustix is a set of safe Rust bindings to POSIX-ish APIs. When using `rustix::fs::Dir` using the `linux_raw` backend, it's possible for the iterator to "get stuck" when an IO error is encountered. Combined with a memory over-allocation issue in `rustix::fs::Dir::read_more`, this c