Skip to content

Commit

Permalink
Problem: make memcheck fails
Browse files Browse the repository at this point in the history
Solution: suppress some of errors
  • Loading branch information
Michal Vyskocil committed Feb 7, 2017
1 parent 966a8ce commit 3bf83d8
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions src/.valgrind.supp
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,24 @@
fun:_GLOBAL__sub_I_eh_alloc.cc
...
}
{
<CRYPTO_malloc>
Memcheck:Leak
match-leak-kinds: reachable
fun:malloc
fun:CRYPTO_malloc
...
}
{
<FIPS_leak>
Memcheck:Leak
match-leak-kinds: reachable
fun:calloc
fun:_dlerror_run
fun:dlopen@@GLIBC_2.2.5
obj:/lib64/libcrypto.so.1.0.0
obj:/lib64/libcrypto.so.1.0.0
fun:FIPS_module_mode_set
fun:FIPS_mode_set
...
}

0 comments on commit 3bf83d8

Please sign in to comment.