Skip to content

Commit 8bf8698

Browse files
Update PngDecoderCore.cs
1 parent 0ac9f3d commit 8bf8698

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/ImageSharp/Formats/Png/PngDecoderCore.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,8 @@ internal sealed class PngDecoderCore : IImageDecoderInternals
125125
/// A reusable Crc32 hashing instance.
126126
/// </summary>
127127
private readonly Crc32 crc32 = new();
128-
128+
129+
/// <summary>
129130
/// The maximum memory in bytes that a zTXt, sPLT, iTXt, iCCP, or unknown chunk can occupy when decompressed.
130131
/// </summary>
131132
private readonly int maxUncompressedLength;

0 commit comments

Comments
 (0)