Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix out of bounds memory access (#473)
If the attribute for an XML entry is over 2000 characters long and happens to end with a `\`, the iterator can be incremented past the end of the string.
- Loading branch information