Code

14e69a1d3a35e8f88b492d53424a7da0ff7cede1
[sysdb.git] / t / valgrind.suppress
1 {
2    <insert_a_suppression_name_here>
3    Memcheck:Cond
4    ...
5    fun:gcov_exit*
6    fun:__run_exit_handlers
7    fun:exit
8    fun:srunner_run
9    fun:main
10 }
11 {
12    <insert_a_suppression_name_here>
13    Memcheck:Free
14    fun:free
15    fun:__libc_freeres
16    fun:_vgnU_freeres
17    fun:__run_exit_handlers
18    fun:exit
19    ...
20 }
21 {
22    <insert_a_suppression_name_here>
23    Memcheck:Param
24    timer_create(evp)
25    fun:timer_create@@GLIBC_2.3.3
26    fun:srunner_run
27    fun:main
28 }
29 {
30    <insert_a_suppression_name_here>
31    Memcheck:Leak
32    fun:malloc
33    fun:nss_parse_service_list
34    fun:__nss_database_lookup
35    ...
36 }
37 {
38    <insert_a_suppression_name_here>
39    Memcheck:Leak
40    ...
41    fun:dl_open_worker
42    ...
43 }
44 {
45    <insert_a_suppression_name_here>
46    Memcheck:Value8
47    obj:/usr/lib/x86_64-linux-gnu/libcrypto.so.1.0.0
48    ...
49 }
50 {
51    <insert_a_suppression_name_here>
52    Memcheck:Value8
53    obj:/usr/lib/x86_64-linux-gnu/libcrypto.so.1.0.0
54    ...
55 }
56 {
57    <insert_a_suppression_name_here>
58    Memcheck:Cond
59    obj:/usr/lib/x86_64-linux-gnu/libssl.so.1.0.0
60    ...
61 }
62 {
63    <insert_a_suppression_name_here>
64    Memcheck:Cond
65    ...
66    fun:ASN1_item_ex_d2i
67    ...
68 }
69 {
70    <insert_a_suppression_name_here>
71    Memcheck:Param
72    write(buf)
73    ...
74    fun:BIO_write
75    ...
76 }
77 {
78    <insert_a_suppression_name_here>
79    Memcheck:Cond
80    ...
81    fun:BN_mod_mul
82    ...
83 }
84 {
85    <insert_a_suppression_name_here>
86    Memcheck:Cond
87    ...
88    fun:BN_mul
89    ...
90 }
91 {
92    <insert_a_suppression_name_here>
93    Memcheck:Cond
94    ...
95    fun:BN_div
96    ...
97 }
98 {
99    <insert_a_suppression_name_here>
100    Memcheck:Cond
101    ...
102    fun:BN_add
103    ...
106    <insert_a_suppression_name_here>
107    Memcheck:Cond
108    ...
109    fun:BN_sub
110    ...
113    <insert_a_suppression_name_here>
114    Memcheck:Cond
115    ...
116    fun:BN_mod_exp_mont_consttime
117    ...
120    <insert_a_suppression_name_here>
121    Memcheck:Cond
122    ...
123    fun:BN_mod_exp_mont
124    ...
127    <insert_a_suppression_name_here>
128    Memcheck:Cond
129    fun:memset
130    fun:BUF_MEM_grow_clean
131    ...
134    <insert_a_suppression_name_here>
135    Memcheck:Cond
136    ...
137    fun:RSA_sign
138    ...
139    fun:EVP_SignFinal
140    ...
143    <insert_a_suppression_name_here>
144    Memcheck:Value8
145    ...
146    fun:RSA_sign
147    ...
148    fun:EVP_SignFinal
149    ...
152    <insert_a_suppression_name_here>
153    Memcheck:Cond
154    ...
155    fun:RSA_padding_check_PKCS1_type_2
156    ...