Skip to content

Commit

Permalink
Use bounds checks in Huffman ctr. Fix SixLabors#798
Browse files Browse the repository at this point in the history
  • Loading branch information
JimBobSquarePants committed Jan 8, 2019
1 parent 37d7bd9 commit 44705c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/ImageSharp.Tests/TestImages.cs
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ public static class Issues
public const string ExifGetString750Transform = "Jpg/issues/issue750-exif-tranform.jpg";
public const string ExifGetString750Load = "Jpg/issues/issue750-exif-load.jpg";
public const string InvalidJpegThrowsWrongException797 = "Jpg/issues/Issue797-InvalidImage.jpg";
public const string AccessViolationException798 = "Jpg/issues/Issue798-AccessViolationException.jpg";
}

public static readonly string[] All = Baseline.All.Concat(Progressive.All).ToArray();
Expand Down

0 comments on commit 44705c3

Please sign in to comment.