Skip to content

Commit 4ef30ce

Browse files
Bounds check. Fix SixLabors#849 (SixLabors#851)
1 parent 9238ebc commit 4ef30ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/ImageSharp.Tests/TestImages.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ public static class Bad
8585
public const string ChunkLength1 = "Png/chunklength1.png";
8686
public const string ChunkLength2 = "Png/chunklength2.png";
8787
public const string CorruptedChunk = "Png/big-corrupted-chunk.png";
88+
public const string ZlibOverflow = "Png/zlib-overflow.png";
8889
}
8990

9091
public static readonly string[] All =

0 commit comments

Comments
 (0)