mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-10 14:00:05 +00:00
Markdown.ToHtml throws IndexOutOfRangeException #268
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Metalnem on GitHub (Feb 5, 2019).
The latest version of Markdig can still throw IndexOutOfRangeException from Markdown.ToHtml method (this is different from #276). This time I've collected all the unique stack traces, and minimized the inputs:
IndexOutOfRangeException 1
IndexOutOfRangeException 2
IndexOutOfRangeException 3
IndexOutOfRangeException 4
I'm using Markdig 0.15.7 and .NET Core 2.2.103.
Found via SharpFuzz.
@rstm-sf commented on GitHub (Nov 17, 2022):
Fixed by https://github.com/xoofx/markdig/pull/404?
@Metalnem commented on GitHub (Jun 9, 2023):
Yes!