Sourced from Sixlabors.ImageSharp's releases.
v2.1.8
What's Changed
- V2 - Limit Read Palette Indices by
@​JimBobSquarePants
in SixLabors/ImageSharp#2719- V2 - Clear Pixel Buffers on Decode. by
@​JimBobSquarePants
in SixLabors/ImageSharp#2717- V2 - Limit all memory allocations in the MemoryAllocator layer by
@​JimBobSquarePants
in SixLabors/ImageSharp#2715Full Changelog: https://github.com/SixLabors/ImageSharp/compare/v2.1.7...v2.1.8
f21d641
Merge pull request #2715
from SixLabors/backport/v2-memlimit8f0b4d3
Merge pull request #2717
from SixLabors/backport/v2-clear-bufferscf9496d
test allocation limits3d298db
Adapt BmpDecoder_ThrowsException_Issue2696 for V2a78ce27
Merge pull request #2719
from SixLabors/backport/v2-check-palette-indicese620914
Clamp read palette indices.c122185
Clear pixel buffers on decode.5c6ec5d
Limit all allocations