Code

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