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
Fix a buffer overread in the CMark tables extension. (commonmark#128)
* Fix a buffer overread in the CMark tables extension.
The following Markdown string is an example that causes an overread:
"|\n-|"
This was discovered by the Google Autofuzz project.
* Add regression test for table buffer overread
0 commit comments