13 lines
259 B
Plaintext
13 lines
259 B
Plaintext
# 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
|
|
}
|