Closed skanejohan closed 5 months ago
Can you please re-upload the zip file. GitHub is showing varnish cache errors when I try to download it.
Our testers reported this, and it turns out the file is from a test set used to test ImageMagick - https://github.com/rip1s/Fuzzing-ImageMagick
Thanks, I'll look at this today.
Prerequisites
DEBUG
andRELEASE
modeImageSharp version
3.1.3
Other ImageSharp packages and versions
N/A
Environment (Operating system, version and so on)
Windows 11
.NET Framework version
.net 8
Description
The attached (zipped) file, 126 bytes long, gives an out-of-memory error when I try to open it with the following code:
I believe there is a problem with the image dimensions - BmpDecoderCore.ReadImageHeaders sets this.infoHeader.Width and this.infoHeader.Height to very high values which tries to create a huge image in BmpDecoderCore.Decode().
Steps to Reproduce
See description.
Images
00271-imageworsener-leftshift.zip