Bugs in RedCarpet
next_squote_len
should be of typesize_t
: https://github.com/vmg/redcarpet/blob/master/ext/redcarpet/html_smartypants.c#L133cls
variable is used before it's initialized: https://github.com/vmg/redcarpet/blob/master/ext/redcarpet/html.c#L126char_underline
does not exist: https://github.com/vmg/redcarpet/blob/master/ext/redcarpet/markdown.c#L90char_highlight
does not exist: https://github.com/vmg/redcarpet/blob/master/ext/redcarpet/markdown.c#L91BUFPUTSL
needs parenthesis aroundliteral
: https://github.com/vmg/redcarpet/blob/master/ext/redcarpet/buffer.h#L49- Possible calloc of 0: https://github.com/vmg/redcarpet/blob/master/ext/redcarpet/markdown.c#L2292