projects
/
platform
/
upstream
/
libabigail.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
31f31f3
)
Shut down a helgrind false positive in the "system" libc call
author
Dodji Seketeli
<dodji@redhat.com>
Fri, 17 Mar 2017 08:02:19 +0000
(09:02 +0100)
committer
Dodji 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
patch
|
blob
|
history
diff --git
a/tests/test-valgrind-suppressions.supp
b/tests/test-valgrind-suppressions.supp
index 13a93bb0ed1b94b3f9b1792f1561e2e30f75bfa7..25a6ed28749409c3321e8edb9e4a0f7b42ec17a0 100644
(file)
--- a/
tests/test-valgrind-suppressions.supp
+++ b/
tests/test-valgrind-suppressions.supp
@@
-127,3
+127,10
@@
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