Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
OIR: fix off-by-one in XML block reading
Trimming the XML string before checking if it's valid meant that cases where the first byte was a null byte were not being handled correctly. Fixes #3779.
- Loading branch information