Closed stevecheckoway closed 5 years ago
I fuzzed our copy of Gumbo and found two crashes, both caught by assertions.
<b><nobr><r><d><r><ol></b><nobr> results in
<b><nobr><r><d><r><ol></b><nobr>
Assertion failed: (handled), function handle_in_body, file src/parser.c, line 3149.
This one is related to the adoption algorithm.
<d0tx0i0t><option></d0tX0i0t> results in
<d0tx0i0t><option></d0tX0i0t>
Assertion failed: (tag != GUMBO_TAG_UNKNOWN), function node_html_tag_is, file src/parser.c, line 636.
I haven't investigated this one.
I fuzzed our copy of Gumbo and found two crashes, both caught by assertions.
Crash 1
<b><nobr><r><d><r><ol></b><nobr>
results inThis one is related to the adoption algorithm.
Crash 2
<d0tx0i0t><option></d0tX0i0t>
results inI haven't investigated this one.