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
Starting with commit 5e8ad61 a table cell keeps track of its index. When creating a table cell with cmark_node_new_with_ext(), the cell_index value is not initialized anywhere. This will cause functions like cmark_render_html() and cmark_render_xml() to crash.
Starting with commit 5e8ad61 a table cell keeps track of its index. When creating a table cell with
cmark_node_new_with_ext()
, thecell_index
value is not initialized anywhere. This will cause functions likecmark_render_html()
andcmark_render_xml()
to crash.Example code:
The text was updated successfully, but these errors were encountered: