summaryrefslogtreecommitdiff
path: root/test/valgrind.suppressions
blob: e3ad874f40ed6da0e9ea7c1756fb8c38612a341a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
   srunner_run::timer_create-uninitialized-bytes
   Memcheck:Param
   timer_create(evp)
   fun:timer_create@@GLIBC_2.3.3
   fun:srunner_run
   fun:litest_run
   fun:main
}
{
   mtdev:conditional_jumps_uninitialized_value
   Memcheck:Cond
   ...
   fun:mtdev_put_event
}
{
   <g_type_register_static>
   Memcheck:Leak
   ...
   fun:g_type_register_static
}
{
   <g_type_register_static>
   Memcheck:Leak
   ...
   fun:g_type_register_fundamental
}
{
   <g_type_register_static>
   Memcheck:Leak
   ...
   fun:g_malloc0
}
{
   libunwind:msync_uninitialized_bytes
   Memcheck:Param
   msync(start)
   fun:__msync_nocancel
   ...
   fun:litest_backtrace
}
{
   python:PyUnicode_New
   Memcheck:Leak
   ...
   obj:/usr/lib*/libpython3*.so*
}