1 # Suppress a valgrind message about use of uninitialized memory in memchr2().
2 # Like memchr, it is safe to overestimate the length when the terminator
3 # is guaranteed to be found. In this case, we may end up reading a word
4 # that is partially uninitialized, but this use is OK for a speedup.