Skip to content

Commit 8047036

Browse files
committed
suppressed a valgrind false positive in libdl.
1 parent 4676747 commit 8047036

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
@@ -146,4 +146,16 @@ fun:epoll_ctl
146146
fun:ngx_single_process_cycle
147147
fun:main
148148
}
149-
149+
{
150+
<insert_a_suppression_name_here>
151+
Memcheck:Cond
152+
fun:index
153+
fun:expand_dynamic_string_token
154+
fun:_dl_map_object
155+
fun:map_doit
156+
fun:_dl_catch_error
157+
fun:do_preload
158+
fun:dl_main
159+
fun:_dl_sysdep_start
160+
fun:_dl_start
161+
}

0 commit comments

Comments
 (0)