Highlights
Use-After-Free: 3 prior fixes. Scrutinize any change in this area.
crossbeam-channel/src/flavors/list.rs: most-fixed (1 issue). Treat as high-risk during review.
4 high-severity fixes in this history; regressions here are high-impact.
Recurring patterns
The bug types that recur here, drawn from past fixes, not open vulnerabilities.
Use-After-Free: Dropping a message slot without verifying the WRITE flag can drop uninitialized memory, leading to undefined behavior and potential UAF.
Use-After-Free: Write guard stored in uninitialized memory can be dropped when leaked, causing stack-buffer overflow and UAF.
Race Condition: Stealing from a stale buffer without verifying buffer identity allows concurrent access to freed memory.