Commit b3739a42ad8ccb8af83c3a409b872b54be25e8fa

Martin Mitas 2019-12-28T20:21:00

md_is_html_block_start_condition: Fix the MD4C_USE_UTF16 mode. The function was calling md_ascii_case_eq() incorrectly with a number of bytes instead of characters. This could lead to invalid memory accesses and/or mis-detection of raw HTML blocks in the special MD4C_USE_UTF16 builds on Windows.