Skip to content

Commit de85550

Browse files
committed
suppressed a valgrind false positive in libdl.
1 parent 662c077 commit de85550

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

valgrind.suppress

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,3 +74,14 @@ fun:main
7474
fun:ngx_alloc
7575
fun:ngx_event_process_init
7676
}
77+
{
78+
<insert_a_suppression_name_here>
79+
Memcheck:Cond
80+
fun:index
81+
fun:expand_dynamic_string_token
82+
fun:_dl_map_object
83+
fun:map_doit
84+
fun:_dl_catch_error
85+
fun:do_preload
86+
fun:dl_main
87+
}

0 commit comments

Comments
 (0)