Highlights
Memory Corruption: 1 prior fix. Scrutinize any change in this area.
lib/deflate_compress.c: 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: An inadequate buffer margin in the match cache structure can lead to an out-of-bounds write during match processing. Developers must ensure that all compression paths strictly validate the match cache limits against the buffer size prior to writing.