Highlights
Integer Overflow: 2 prior fixes. Scrutinize any change in this area.
src/icon.rs: most-fixed (2 issues). Treat as high-risk during review.
1 high-severity fix in this history; regressions here are high-impact.
Recurring patterns
The bug types that recur here, drawn from past fixes, not open vulnerabilities.
Integer Overflow: Unchecked multiplication of icon dimensions (`width` and `height`) can lead to integer overflows or division-by-zero panics when creating icons from raw RGBA pixels. This bypasses buffer size validation, potentially causing memory corruption or out-of-bounds panics in native windowing code.