Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
include a trailing \0 in SVs holding trie info
RT #13427 TRIE_STORE_REVCHAR() was creating SvPV()s with no trailing '\0'. This doesn't really matter given the specialised use these are put to, but it upset valgrind et al when perl was run with -Drv which printf("%s")'s the contents of the string.
- Loading branch information