Skip to content

Commit

Permalink
ENH: Add valgrind suppression file for Ubuntu 20.04
Browse files Browse the repository at this point in the history
The file is initially a copy of the Ubuntu 18.04 suppression file,
which contains suppressions for existing false positive defects on the
dashboard.
  • Loading branch information
blowekamp committed Oct 27, 2021
1 parent da7f448 commit af5dc21
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions CMake/InsightValgrind-Ubuntu2004.supp
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
#
# This Valgrind suppression file is for the Ubuntu 20.04 LTS system compiler and valgrind.
#
{
dlopen
Memcheck:Leak
match-leak-kinds: reachable
fun:calloc
fun:_dlerror_run
fun:dlopen@@GLIBC_2.?.?
fun:_ZN6itksys13DynamicLoader11OpenLibraryERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEi
}
{
ioclt
Memcheck:Param
ioctl(generic)
fun:ioctl
fun:_ZN6itksysL16CloneFileContentERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_
}
# Offending line contains comment that the array may contain garbage
{
zlib_uninitialized
Memcheck:Cond
fun:slide_hash
fun:fill_window
fun:deflate_fast
fun:itkzlib_deflate
}

0 comments on commit af5dc21

Please sign in to comment.