You're viewing a limited, public preview. Log in for full access.
raster - Integer Underflow in crop() Offset Handling Causes Capacity-Overflow Panic
No AI analysis yet.
The raster Rust crate's crop function (src/editor.rs) clamps the crop width/height against source dimensions but only clamps the offset_x/offset_y parameters against 0, never against the source width/height.
18.1th percentile
This link opens an external site that isn't part of the platform.