Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
In the pattern for the delimiter sequence one of the null bytes was missing the \x backslash modifier, turning it from \x00 to \00. The regex as a whole still seems to have worked, though, which is why this could go unnoticed for so long.
- Loading branch information