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

Make DrawImage processor more robust to bad input. #2673

Closed JimBobSquarePants closed 6 months ago

JimBobSquarePants commented 6 months ago

Prerequisites

Description

Moving the foreground image intersect to before the sanitation check ensures invalid arguments are not processed.

Fixes #2663 will duplicate for main following this fix.