Skip to content

Commit eaf2ec3

Browse files
committed
suppressed a false positive in libdl.
1 parent dd5a01b commit eaf2ec3

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

valgrind.suppress

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,4 +447,16 @@
447447
fun:ngx_palloc_block
448448
fun:ngx_palloc
449449
}
450-
450+
{
451+
<insert_a_suppression_name_here>
452+
Memcheck:Cond
453+
fun:index
454+
fun:expand_dynamic_string_token
455+
fun:_dl_map_object
456+
fun:map_doit
457+
fun:_dl_catch_error
458+
fun:do_preload
459+
fun:dl_main
460+
fun:_dl_sysdep_start
461+
fun:_dl_start
462+
}

0 commit comments

Comments
 (0)