Highlights
Out-of-bounds Read: 1 prior fix. Scrutinize any change in this area.
serialization_littleendian.go: 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.
Out-of-bounds Read: An integer overflow during deserialization of count values can bypass slice bounds checks, leading to a panic or out-of-bounds read when slicing the underlying array arena. This occurs when directly adding to an unchecked count value without first casting and validating the target bounds.