summaryrefslogtreecommitdiff
path: root/test/valgrind.suppressions
blob: 6a4f4271b8ec3df9ebbac29301b9993c301c0ed4 (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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
   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*
}
{
   libevdev:grab
   Memcheck:Param
   ioctl(generic)
   fun:ioctl
   fun:libevdev_grab
}
{
   bash:execute_command
   Memcheck:Cond
   ...
   fun:execute_command
}
{
   bash:execute_command
   Memcheck:Leak
   ...
   fun:execute_command
}
{
   bash:execute_command
   Memcheck:Addr16
   ...
   fun:execute_command
}