Mercurial > hg-old > index.cgi
view lib/strchrnul.valgrind @ 266:5f25e7afac21 2.6
Bumped version to 2.6
author | lost |
---|---|
date | Tue, 22 Dec 2009 05:32:28 +0000 |
parents | 68fbca173508 |
children |
line wrap: on
line source
# Suppress a valgrind message about use of uninitialized memory in strchrnul(). # This use is OK because it provides only a speedup. { strchrnul-value4 Memcheck:Value4 fun:strchrnul } { strchrnul-value8 Memcheck:Value8 fun:strchrnul }