Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: Unexpected closing tag caused segfaults
E.g. the following minimal XML file caused segmentation faults: ``` </if> ``` This is fixed by throwing an appropriate error instead.
- Loading branch information