Skip to content

Commit 58fabd3

Browse files
committed
suppressed a false positive in libdl.
1 parent 32ef230 commit 58fabd3

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
@@ -534,4 +534,16 @@
534534
fun:ngx_palloc_block
535535
fun:ngx_palloc
536536
}
537-
537+
{
538+
<insert_a_suppression_name_here>
539+
Memcheck:Cond
540+
fun:index
541+
fun:expand_dynamic_string_token
542+
fun:_dl_map_object
543+
fun:map_doit
544+
fun:_dl_catch_error
545+
fun:do_preload
546+
fun:dl_main
547+
fun:_dl_sysdep_start
548+
fun:_dl_start
549+
}

0 commit comments

Comments
 (0)