You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GifThrowHelper.ThrowInvalidImageContentException($"Gif comment length '{length}' exceeds max '{GifConstants.MaxCommentSubBlockLength}' of a comment data block");
403
403
}
404
404
405
+
if(length==-1)
406
+
{
407
+
GifThrowHelper.ThrowInvalidImageContentException("Unexpected end of stream while reading gif comment");
0 commit comments