Mercurial > hg-old > index.cgi
comparison lib/strchrnul.valgrind @ 272:d5392bb5da3c 2.5
Added generated files
author | lost |
---|---|
date | Sun, 16 Aug 2009 17:16:49 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
271:3b793ba7a6c6 | 272:d5392bb5da3c |
---|---|
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 } |