SixLabors / ImageSharp

:camera: A modern, cross-platform, 2D Graphics library for .NET
https://sixlabors.com/products/imagesharp/
Other
7.31k stars 846 forks source link

Fix AccessViolationException and hard crash with animated webp #2676

Closed JimBobSquarePants closed 6 months ago

JimBobSquarePants commented 6 months ago

Prerequisites

Description

Updates our sanitation checks to ensure there is no possibilty of underflow whe width < 9. Fixes #2670