Skip to content

Commit c8c22c6

Browse files
committed
suppressed a valgrind false positive in libdl.
1 parent a9b4dd6 commit c8c22c6

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

valgrind.suppress

+11-1
Original file line numberDiff line numberDiff line change
@@ -318,4 +318,14 @@ fun:main
318318
fun:ngx_init_cycle
319319
fun:main
320320
}
321-
321+
{
322+
<insert_a_suppression_name_here>
323+
Memcheck:Cond
324+
fun:index
325+
fun:expand_dynamic_string_token
326+
fun:_dl_map_object
327+
fun:map_doit
328+
fun:_dl_catch_error
329+
fun:do_preload
330+
fun:dl_main
331+
}

0 commit comments

Comments
 (0)