Skip to content

Commit

Permalink
Fix: testing: add known CMAN non-issue to valgrind suppressions
Browse files Browse the repository at this point in the history
  • Loading branch information
kgaillot committed Jul 22, 2015
1 parent 2204c58 commit e81389c
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion valgrind-pcmk.suppressions
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Valgrind suppressions for PE testing
# Valgrind suppressions for Pacemaker testing
{
Valgrind bug
Memcheck:Addr8
Expand Down Expand Up @@ -56,6 +56,15 @@
obj:*/libcman.so.3.0
}

{
Cman - Who cares if unused bytes are uninitialized
Memcheck:Param
sendmsg(msg)
fun:__sendmsg_nocancel
obj:*/libcman.so.3.0
obj:*/libcman.so.3.0
}

{
Cman - Jump or move depends on uninitialized values
Memcheck:Cond
Expand Down

0 comments on commit e81389c

Please sign in to comment.