Skip to content

Commit

Permalink
suppressed a valgrind false positive in libdl.
Browse files Browse the repository at this point in the history
  • Loading branch information
agentzh committed Apr 6, 2014
1 parent 4676747 commit 8047036
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion valgrind.suppress
Expand Up @@ -146,4 +146,16 @@ fun:epoll_ctl
fun:ngx_single_process_cycle
fun:main
}

{
<insert_a_suppression_name_here>
Memcheck:Cond
fun:index
fun:expand_dynamic_string_token
fun:_dl_map_object
fun:map_doit
fun:_dl_catch_error
fun:do_preload
fun:dl_main
fun:_dl_sysdep_start
fun:_dl_start
}

0 comments on commit 8047036

Please sign in to comment.