mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-08-28 13:25:48 +00:00
f54ab4c77f
* lib/rawmemchr.valgrind: New file. * lib/strchrnul.valgrind: Likewise. * modules/rawmemchr (Files): Distribute new file. * modules/strchrnul (Files): Likewise. Suggested by Bruno Haible. Signed-off-by: Eric Blake <ebb9@byu.net>
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
|
|
}
|