We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da7f448 commit af5dc21Copy full SHA for af5dc21
CMake/InsightValgrind-Ubuntu2004.supp
@@ -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