X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=lib%2Fstrchrnul.valgrind;fp=lib%2Fstrchrnul.valgrind;h=b14fa1304d765f3845c2a081a4ede93fc828d8a7;hb=cf7169a2ede9bb08b71de68fe0c8bbecf827abe6;hp=0000000000000000000000000000000000000000;hpb=138fc7e67e3d9845cd7d81aad0e9c7724784f9b9;p=tar diff --git a/lib/strchrnul.valgrind b/lib/strchrnul.valgrind new file mode 100644 index 0000000..b14fa13 --- /dev/null +++ b/lib/strchrnul.valgrind @@ -0,0 +1,12 @@ +# 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 +}