Skip to content

Commit d13b01b

Browse files
committed
tests: update valgrind supression file following update of the ci to ubuntu-24.04
1 parent e2a2438 commit d13b01b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

tests/valgrind_suppression_timer_create.supp

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,14 @@
33
Memcheck:Leak
44
match-leak-kinds: possible
55
fun:calloc
6+
fun:calloc
67
fun:allocate_dtv
78
fun:_dl_allocate_tls
89
fun:allocate_stack
9-
fun:pthread_create@@GLIBC_2.2.5
10-
fun:__start_helper_thread
10+
fun:pthread_create@@GLIBC_2.34
11+
fun:__timer_start_helper_thread
1112
fun:__pthread_once_slow
12-
fun:timer_create@@GLIBC_2.3.3
13+
fun:timer_create@@GLIBC_2.34
1314
fun:mender_scheduler_work_create
1415
fun:mender_client_init
1516
fun:main

0 commit comments

Comments
 (0)