We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9238ebc commit 4ef30ceCopy full SHA for 4ef30ce
tests/ImageSharp.Tests/TestImages.cs
@@ -85,6 +85,7 @@ public static class Bad
85
public const string ChunkLength1 = "Png/chunklength1.png";
86
public const string ChunkLength2 = "Png/chunklength2.png";
87
public const string CorruptedChunk = "Png/big-corrupted-chunk.png";
88
+ public const string ZlibOverflow = "Png/zlib-overflow.png";
89
}
90
91
public static readonly string[] All =
0 commit comments