SixLabors / ImageSharp

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

V4 - Limit all memory allocations to configurable values. #2705

Closed JimBobSquarePants closed 3 months ago

JimBobSquarePants commented 3 months ago

Prerequisites

Description

V4 version of #2704

While the specification does not apply a limitation on BMP dimensions, on some machines attempting to decode a malformed or extremely large BMP can lead to OOM exceptions.

This change limits the dimensions to match the default set by browsers. For example Firefox

Fixes #2696

JimBobSquarePants commented 3 months ago

Close in favor of #2706