Highlights
Memory Corruption: 1 prior fix. Scrutinize any change in this area.
csrc/cuda: most-fixed (1 issue). Treat as high-risk during review.
0 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.
Memory Corruption: Direct device memory operations such as cudaMemcpy on raw pointers can bypass safety checks. Accessing unvalidated GPU data without safely copying and validating it on the host CPU can lead to out-of-bounds reads/writes or application crashes during scatter/gather operations.