comparison lib/strchrnul.valgrind @ 434:b8bf63962a99 3.0

Added various generated files for release
author lost@l-w.ca
date Fri, 29 Oct 2010 19:20:39 -0600
parents
children
comparison
equal deleted inserted replaced
433:b142b473f0ee 434:b8bf63962a99
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 }