Shut down a helgrind false positive in the "system" libc call
authorDodji Seketeli <dodji@redhat.com>
Fri, 17 Mar 2017 08:02:19 +0000 (09:02 +0100)
committerDodji Seketeli <dodji@redhat.com>
Fri, 17 Mar 2017 08:02:19 +0000 (09:02 +0100)
* tests/test-valgrind-suppressions.supp: Add a suppression that
occurs during an internal libc signal handling occasion.

Signed-off-by: Dodji Seketeli <dodji@redhat.com>
tests/test-valgrind-suppressions.supp

index 13a93bb0ed1b94b3f9b1792f1561e2e30f75bfa7..25a6ed28749409c3321e8edb9e4a0f7b42ec17a0 100644 (file)
    obj:/usr/lib64/libgcc_s*.so*
    fun:_Unwind_RaiseException
 }
+
+{
+   <insert_a_suppression_name_here>
+   Helgrind:Race
+   fun:memcpy
+   fun:__libc_sigaction
+}
\ No newline at end of file