Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: gumbo memory leak on abandoned tags (#3036)
**What problem is this PR intended to solve?** The fuzzer in #3007 found a memory leak when incomplete tags are encountered. The repro added to the memory leak test suite is: ```html <asdfasdfasdfasdfasdfasdfasdfasdfasdfasdf foo="bar ``` which will leak the tag name without this fix. cc @stevecheckoway **Have you included adequate test coverage?** Yes, but added it to the memory leak suite which can only be run manually today (see #1603 for context on plans to improve it). **Does this change affect the behavior of either the C or the Java implementations?** No functional change.
- Loading branch information