Merge pull request #4315 from MrCsabaToth/patch-1
[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 pcsc-lite SCardConnect
17    Memcheck:Param
18    socketcall.sendto(msg)
19    fun:send
20    fun:MessageSend
21    fun:MessageSendWithHeader
22    fun:SCardConnect
23 }
24
25 {
26   ignore openssl malloc
27   Memcheck:Leak
28   fun:malloc
29   fun:CRYPTO_malloc
30   ...
31   obj:*libcrypto*
32 }
33  
34 {
35   ignore openssl realloc
36   Memcheck:Leak
37   fun:realloc
38   fun:CRYPTO_realloc
39   ...
40   obj:*libcrypto*
41 }
42
43 {
44   ignore libssl cond
45   Memcheck:Cond
46   obj:*libssl*
47 }
48
49 {
50   ignore libssl value
51   Memcheck:Value4
52   obj:*libssl*
53 }
54
55 {
56   ignore ssl3_read_bytes tls1_enc
57   Memcheck:Cond
58   fun:tls1_enc
59   fun:ssl3_read_bytes
60   obj:*libssl*
61 }
62
63 {
64   ignore ssl3_read_bytes memcpy
65   Memcheck:Cond
66   fun:memcpy@@GLIBC_2.14
67   fun:ssl3_read_bytes
68   obj:*libssl*
69 }
70
71 {
72   ignore ssl3_read_bytes value8
73   Memcheck:Value8
74   fun:memcpy@@GLIBC_2.14
75   fun:ssl3_read_bytes
76   obj:*libssl*
77 }
78
79 {
80   ignore write buf BIO_write
81   Memcheck:Param
82   write(buf)
83   obj:*libpthread*
84   obj:*libcrypto*
85   fun:BIO_write
86   fun:ssl3_write_pending
87   fun:ssl3_write_bytes
88 }
89
90 {
91    g_type_init
92    Memcheck:Leak
93    ...
94    fun:g_type_init_with_debug_flags
95 }
96 {
97    gobject_init_ctor
98    Memcheck:Leak
99    ...
100    fun:gobject_init_ctor
101 }
102 {
103    g_type_register_static
104    Memcheck:Leak
105    ...
106    fun:g_type_register_static
107 }
108 {
109    g_type_register_fundamental
110    Memcheck:Leak
111    ...
112    fun:g_type_register_fundamental
113 }
114 {
115    g_type_add_interface_static
116    Memcheck:Leak
117    ...
118    fun:g_type_add_interface_static
119 }
120 {
121    g_type_class_ref
122    Memcheck:Leak
123    ...
124    fun:g_type_class_ref
125 }
126
127 {
128   XGetDefault
129   Memcheck:Leak
130   ...
131   fun:XGetDefault
132 }