]> git.ipfire.org Git - thirdparty/pdns.git/blob - pdns.supp
Make sure we can install unsigned packages.
[thirdparty/pdns.git] / pdns.supp
1 # internal SQLite stuff
2 {
3 sqlite_sb
4 Memcheck:Leak
5 fun:malloc
6 obj:/usr/lib/x86_64-linux-gnu/libsqlite3.so.0.8.6
7 ...
8 obj:/usr/lib/x86_64-linux-gnu/libsqlite3.so.0.8.6
9 fun:_ZN8SSQLite3C1ERKSsb
10 ...
11 }
12 {
13 sqlite_create_function
14 Memcheck:Leak
15 fun:malloc
16 obj:/usr/lib/x86_64-linux-gnu/libsqlite3.so.0.8.6
17 ...
18 obj:/usr/lib/x86_64-linux-gnu/libsqlite3.so.0.8.6
19 fun:sqlite3_create_function_v2
20 ...
21 }
22
23 # Backend constructors, which might never get cleaned up.
24 {
25 backendmaker_launch
26 Memcheck:Leak
27 ...
28 fun:_ZN17BackendMakerClass6launchERKSs
29 fun:main
30 }
31 {
32 backendfactory_makemetadataonly
33 Memcheck:Leak
34 ...
35 fun:_ZN14BackendFactory16makeMetadataOnlyERKSs
36 fun:_ZN17BackendMakerClass3allEb
37 fun:_ZN12UeberBackendC1ERKSs
38 }
39 {
40 packethandler_makebackend
41 Memcheck:Leak
42 ...
43 fun:_ZN17BackendMakerClass3allEb
44 fun:_ZN12UeberBackendC1ERKSs
45 fun:_ZN13PacketHandlerC1Ev
46 }
47
48 # Dynlistener, arguments and stats are never cleaned up.
49 {
50 main_declarearguments
51 Memcheck:Leak
52 ...
53 fun:_Z16declareArgumentsv
54 fun:main
55 }
56 {
57 main_declarestats
58 Memcheck:Leak
59 ...
60 fun:_Z12declareStatsv
61 fun:main
62 }
63 {
64 dynlistener
65 Memcheck:Leak
66 ...
67 fun:_ZN11DynListenerC1ERKSs
68 fun:main
69 }
70
71 # Global objects.
72 {
73 cxx_globals
74 Memcheck:Leak
75 ...
76 fun:__libc_csu_init
77 fun:(below main)
78 }
79
80 # TLS
81 {
82 thread_local_state
83 Memcheck:Leak
84 ...
85 fun:allocate_dtv
86 fun:_dl_allocate_tls
87 ...
88 }
89