Code

t/valgrind.suppress: Refine the suppression in the libc exit handler.
[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:Free
22    fun:free
23    fun:__libc_freeres
24    fun:_vgnU_freeres
25    fun:__run_exit_handlers
26    fun:exit
27    ...
28 }
29 {
30    <insert_a_suppression_name_here>
31    Memcheck:Param
32    timer_create(evp)
33    fun:timer_create@@GLIBC_2.3.3
34    fun:srunner_run
35    fun:main
36 }
37 {
38    <insert_a_suppression_name_here>
39    Memcheck:Leak
40    fun:malloc
41    fun:nss_parse_service_list
42    fun:__nss_database_lookup
43    ...
44 }
45 {
46    <insert_a_suppression_name_here>
47    Memcheck:Leak
48    ...
49    fun:dl_open_worker
50    ...
51 }
52 {
53    <insert_a_suppression_name_here>
54    Memcheck:Value8
55    obj:/usr/lib/x86_64-linux-gnu/libcrypto.so.1.0.0
56    ...
57 }
58 {
59    <insert_a_suppression_name_here>
60    Memcheck:Value8
61    obj:/usr/lib/x86_64-linux-gnu/libcrypto.so.1.0.0
62    ...
63 }
64 {
65    <insert_a_suppression_name_here>
66    Memcheck:Cond
67    obj:/usr/lib/x86_64-linux-gnu/libssl.so.1.0.0
68    ...
69 }
70 {
71    <insert_a_suppression_name_here>
72    Memcheck:Cond
73    ...
74    fun:ASN1_item_ex_d2i
75    ...
76 }
77 {
78    <insert_a_suppression_name_here>
79    Memcheck:Param
80    write(buf)
81    ...
82    fun:BIO_write
83    ...
84 }
85 {
86    <insert_a_suppression_name_here>
87    Memcheck:Cond
88    ...
89    fun:BN_mod_mul
90    ...
91 }
92 {
93    <insert_a_suppression_name_here>
94    Memcheck:Cond
95    ...
96    fun:BN_mul
97    ...
98 }
99 {
100    <insert_a_suppression_name_here>
101    Memcheck:Cond
102    ...
103    fun:BN_div
104    ...
107    <insert_a_suppression_name_here>
108    Memcheck:Cond
109    ...
110    fun:BN_add
111    ...
114    <insert_a_suppression_name_here>
115    Memcheck:Cond
116    ...
117    fun:BN_sub
118    ...
121    <insert_a_suppression_name_here>
122    Memcheck:Cond
123    ...
124    fun:BN_mod_exp_mont_consttime
125    ...
128    <insert_a_suppression_name_here>
129    Memcheck:Cond
130    ...
131    fun:BN_mod_exp_mont
132    ...
135    <insert_a_suppression_name_here>
136    Memcheck:Cond
137    fun:memset
138    fun:BUF_MEM_grow_clean
139    ...
142    <insert_a_suppression_name_here>
143    Memcheck:Cond
144    ...
145    fun:RSA_sign
146    ...
147    fun:EVP_SignFinal
148    ...
151    <insert_a_suppression_name_here>
152    Memcheck:Value8
153    ...
154    fun:RSA_sign
155    ...
156    fun:EVP_SignFinal
157    ...
160    <insert_a_suppression_name_here>
161    Memcheck:Cond
162    ...
163    fun:RSA_padding_check_PKCS1_type_2
164    ...