X-Git-Url: https://git.cworth.org/git?p=tar;a=blobdiff_plain;f=gnu%2Fmalloca.valgrind;fp=gnu%2Fmalloca.valgrind;h=52f0a50f57f2db64a2683a605e13e9cc3cd11f6d;hp=0000000000000000000000000000000000000000;hb=22f1eb8bc17e5be72dd23d42d6aaa60196ac22e6;hpb=00fa13ff3f2d5b6e2a94c5e948c38616ff7ad37a diff --git a/gnu/malloca.valgrind b/gnu/malloca.valgrind new file mode 100644 index 0000000..52f0a50 --- /dev/null +++ b/gnu/malloca.valgrind @@ -0,0 +1,7 @@ +# Suppress a valgrind message about use of uninitialized memory in freea(). +# This use is OK because it provides only a speedup. +{ + freea + Memcheck:Cond + fun:freea +}