SixLabors / ImageSharp

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

Use source length as bounds when unpacking RGB planes #2599

Closed JimBobSquarePants closed 9 months ago

JimBobSquarePants commented 9 months ago

Prerequisites

Description

Fixes #2595

Uses the correct bounds for the operation and adds guard to ensure callers conform to requirements.