We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2a2438 commit d13b01bCopy full SHA for d13b01b
tests/valgrind_suppression_timer_create.supp
@@ -3,13 +3,14 @@
3
Memcheck:Leak
4
match-leak-kinds: possible
5
fun:calloc
6
+ fun:calloc
7
fun:allocate_dtv
8
fun:_dl_allocate_tls
9
fun:allocate_stack
- fun:pthread_create@@GLIBC_2.2.5
10
- fun:__start_helper_thread
+ fun:pthread_create@@GLIBC_2.34
11
+ fun:__timer_start_helper_thread
12
fun:__pthread_once_slow
- fun:timer_create@@GLIBC_2.3.3
13
+ fun:timer_create@@GLIBC_2.34
14
fun:mender_scheduler_work_create
15
fun:mender_client_init
16
fun:main
0 commit comments