Explorar o código

fxt: Ignore valgrind false positive

gcc inlines strncmp which aggressively reads in the buffer way beyond
the terminating \0
Samuel Thibault %!s(int64=4) %!d(string=hai) anos
pai
achega
a3ef913179
Modificáronse 1 ficheiros con 8 adicións e 0 borrados
  1. 8 0
      tools/dev/valgrind/fxt.suppr

+ 8 - 0
tools/dev/valgrind/fxt.suppr

@@ -48,3 +48,11 @@
    fun:fxt_setinfos
    fun:fut_setup
 }
+
+{
+   <insert_a_suppression_name_here>
+   Memcheck:Cond
+   fun:fxt_get_cpu_info
+   fun:fxt_setinfos
+   fun:fut_setup
+}