File tree Expand file tree Collapse file tree 4 files changed +11
-0
lines changed Expand file tree Collapse file tree 4 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -302,8 +302,11 @@ public void Issue2136_DecodeWorks<TPixel>(TestImageProvider<TPixel> provider)
302
302
}
303
303
304
304
// https://github.com/SixLabors/ImageSharp/issues/2315
305
+ // https://github.com/SixLabors/ImageSharp/issues/2334
305
306
[ Theory ]
306
307
[ WithFile ( TestImages . Jpeg . Issues . Issue2315_NotEnoughBytes , PixelTypes . Rgba32 ) ]
308
+ [ WithFile ( TestImages . Jpeg . Issues . Issue2334_NotEnoughBytesA , PixelTypes . Rgba32 ) ]
309
+ [ WithFile ( TestImages . Jpeg . Issues . Issue2334_NotEnoughBytesB , PixelTypes . Rgba32 ) ]
307
310
public void Issue2315_DecodeWorks < TPixel > ( TestImageProvider < TPixel > provider )
308
311
where TPixel : unmanaged, IPixel < TPixel >
309
312
{
Original file line number Diff line number Diff line change @@ -282,6 +282,8 @@ public static class Issues
282
282
public const string Issue2133_DeduceColorSpace = "Jpg/issues/Issue2133.jpg" ;
283
283
public const string Issue2136_ScanMarkerExtraneousBytes = "Jpg/issues/Issue2136-scan-segment-extraneous-bytes.jpg" ;
284
284
public const string Issue2315_NotEnoughBytes = "Jpg/issues/issue-2315.jpg" ;
285
+ public const string Issue2334_NotEnoughBytesA = "Jpg/issues/issue-2334-a.jpg" ;
286
+ public const string Issue2334_NotEnoughBytesB = "Jpg/issues/issue-2334-b.jpg" ;
285
287
286
288
public static class Fuzz
287
289
{
You can’t perform that action at this time.
0 commit comments