Skip to content

Commit

Permalink
Merge pull request SixLabors#801 from jongleur1983/797-LoadThrowsNRE-…
Browse files Browse the repository at this point in the history
…bySharpFuzz

SixLabors#797 throw ImageFormatException when no StartOfFrame marker is found
  • Loading branch information
JimBobSquarePants committed Jan 6, 2019
2 parents a5a387e + 6e841b8 commit 37d7bd9
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 @@ -167,6 +167,7 @@ public static class Issues
public const string OrderedInterleavedProgressive723C = "Jpg/issues/Issue723-Ordered-Interleaved-Progressive-C.jpg";
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 static readonly string[] All = Baseline.All.Concat(Progressive.All).ToArray();
Expand Down

0 comments on commit 37d7bd9

Please sign in to comment.