Mercurial > hg-old > index.cgi
comparison lib/strchrnul.valgrind @ 265:68fbca173508 2.6
Added generated files for release
author | lost |
---|---|
date | Tue, 22 Dec 2009 05:31:23 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
264:61d1db1dfe2a | 265:68fbca173508 |
---|---|
1 # Suppress a valgrind message about use of uninitialized memory in strchrnul(). | |
2 # This use is OK because it provides only a speedup. | |
3 { | |
4 strchrnul-value4 | |
5 Memcheck:Value4 | |
6 fun:strchrnul | |
7 } | |
8 { | |
9 strchrnul-value8 | |
10 Memcheck:Value8 | |
11 fun:strchrnul | |
12 } |