Skip to content

Commit 011978e

Browse files
Lazily derive the huffman tables. Fix SixLabors#839 (SixLabors#841)
* Lazily derive the huffman tables. Fix SixLabors#839 * Lazy invoke fast table * Add performance tweaks to scan decoder. * Remove unneccessary classes.
1 parent 2e241f5 commit 011978e

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
@@ -196,6 +196,7 @@ public static class Fuzz
196196
public const string ArgumentException826B = "Jpg/issues/fuzz/Issue826-ArgumentException-B.jpg";
197197
public const string ArgumentException826C = "Jpg/issues/fuzz/Issue826-ArgumentException-C.jpg";
198198
public const string AccessViolationException827 = "Jpg/issues/fuzz/Issue827-AccessViolationException.jpg";
199+
public const string ExecutionEngineException839 = "Jpg/issues/fuzz/Issue839-ExecutionEngineException.jpg";
199200
}
200201
}
201202

0 commit comments

Comments
 (0)