VYPR

bounded-spsc-queue

by bounded-spsc-queue

CVEs (1)

  • CVE-2026-46690May 29, 2026
    risk 0.00cvss epss

    ## Summary `Sender::send` in `src/lib.rs` contains an `unsafe` block in the `DISCONNECTED` arm that transmutes a **raw pointer** (`*mut Producer`) into the bytes of a **value-level** `Consumer`. The author's intent, visible in the surrounding comment at lines 386-390, was…