Highlights
Integer Overflow: 1 prior fix. Scrutinize any change in this area.
src/encoder.rs: most-fixed (1 issue). 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.
Memory Safety: Integer overflow in frame size validation allows out-of-bounds slice indexing on 32-bit platforms during image encoding, leading to potential memory safety violations.
Integer Overflow: A similar integer overflow vulnerability occurs during frame buffer size calculations within the GIF decoder/converter, resulting in potential out-of-bounds write access via buf.get_mut.