6fd68e54a7a9991e47871ea9270fc6418234a45d
[platform/upstream/freerdp.git] / docs / valgrind.supp
1
2 {
3    ignore glibc getaddrinfo
4    Memcheck:Param
5    sendmsg(mmsg[0].msg_hdr)
6    fun:sendmmsg
7    fun:__libc_res_nsend
8    fun:__libc_res_nquery
9    fun:__libc_res_nsearch
10    fun:_nss_dns_gethostbyname4_r
11    fun:gaih_inet
12    fun:getaddrinfo
13 }
14
15 {
16   ignore openssl malloc
17   Memcheck:Leak
18   fun:malloc
19   fun:CRYPTO_malloc
20   ...
21   obj:*libcrypto*
22 }
23  
24 {
25   ignore openssl realloc
26   Memcheck:Leak
27   fun:realloc
28   fun:CRYPTO_realloc
29   ...
30   obj:*libcrypto*
31 }
32
33 {
34   ignore libssl cond
35   Memcheck:Cond
36   obj:*libssl*
37 }
38
39 {
40   ignore libssl value
41   Memcheck:Value4
42   obj:*libssl*
43 }
44
45 {
46   ignore ssl3_read_bytes tls1_enc
47   Memcheck:Cond
48   fun:tls1_enc
49   fun:ssl3_read_bytes
50   obj:*libssl*
51 }
52
53 {
54   ignore ssl3_read_bytes memcpy
55   Memcheck:Cond
56   fun:memcpy@@GLIBC_2.14
57   fun:ssl3_read_bytes
58   obj:*libssl*
59 }
60
61 {
62   ignore ssl3_read_bytes value8
63   Memcheck:Value8
64   fun:memcpy@@GLIBC_2.14
65   fun:ssl3_read_bytes
66   obj:*libssl*
67 }
68
69 {
70   ignore write buf BIO_write
71   Memcheck:Param
72   write(buf)
73   obj:*libpthread*
74   obj:*libcrypto*
75   fun:BIO_write
76   fun:ssl3_write_pending
77   fun:ssl3_write_bytes
78 }
79
80 {
81    g_type_init
82    Memcheck:Leak
83    ...
84    fun:g_type_init_with_debug_flags
85 }
86 {
87    gobject_init_ctor
88    Memcheck:Leak
89    ...
90    fun:gobject_init_ctor
91 }
92 {
93    g_type_register_static
94    Memcheck:Leak
95    ...
96    fun:g_type_register_static
97 }
98 {
99    g_type_register_fundamental
100    Memcheck:Leak
101    ...
102    fun:g_type_register_fundamental
103 }
104 {
105    g_type_add_interface_static
106    Memcheck:Leak
107    ...
108    fun:g_type_add_interface_static
109 }
110 {
111    g_type_class_ref
112    Memcheck:Leak
113    ...
114    fun:g_type_class_ref
115 }
116
117 {
118   XGetDefault
119   Memcheck:Leak
120   ...
121   fun:XGetDefault
122 }