Skip to content

Commit af5dc21

Browse files
committed
ENH: Add valgrind suppression file for Ubuntu 20.04
The file is initially a copy of the Ubuntu 18.04 suppression file, which contains suppressions for existing false positive defects on the dashboard.
1 parent da7f448 commit af5dc21

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
#
2+
# This Valgrind suppression file is for the Ubuntu 20.04 LTS system compiler and valgrind.
3+
#
4+
{
5+
dlopen
6+
Memcheck:Leak
7+
match-leak-kinds: reachable
8+
fun:calloc
9+
fun:_dlerror_run
10+
fun:dlopen@@GLIBC_2.?.?
11+
fun:_ZN6itksys13DynamicLoader11OpenLibraryERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEi
12+
}
13+
{
14+
ioclt
15+
Memcheck:Param
16+
ioctl(generic)
17+
fun:ioctl
18+
fun:_ZN6itksysL16CloneFileContentERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_
19+
}
20+
# Offending line contains comment that the array may contain garbage
21+
{
22+
zlib_uninitialized
23+
Memcheck:Cond
24+
fun:slide_hash
25+
fun:fill_window
26+
fun:deflate_fast
27+
fun:itkzlib_deflate
28+
}

0 commit comments

Comments
 (0)