Skip to content

Commit

Permalink
tests: add valgrind justification file
Browse files Browse the repository at this point in the history
  • Loading branch information
joelguittet committed Aug 4, 2023
1 parent cab6a30 commit cb07ffc
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions tests/valgrind_suppression_timer_create.supp
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
timer_create with SIGEV_THREAD option, according to several reports found, this should be considered as a false positive
Memcheck:Leak
match-leak-kinds: possible
fun:calloc
fun:allocate_dtv
fun:_dl_allocate_tls
fun:allocate_stack
fun:pthread_create@@GLIBC_2.2.5
fun:__start_helper_thread
fun:__pthread_once_slow
fun:timer_create@@GLIBC_2.3.3
fun:mender_rtos_work_create
fun:mender_client_init
fun:main
}

0 comments on commit cb07ffc

Please sign in to comment.