Skip to content

Commit 6ed0a0e

Browse files
committed
updated valgrind.suppress for nginx 1.11.2+ on linux i386.
1 parent 824c12e commit 6ed0a0e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

valgrind.suppress

+7
Original file line numberDiff line numberDiff line change
@@ -83,3 +83,10 @@
8383
fun:ngx_epoll_add_event
8484
fun:ngx_stream_lua_udp_connect
8585
}
86+
{
87+
<insert_a_suppression_name_here>
88+
Memcheck:Param
89+
epoll_ctl(event)
90+
fun:epoll_ctl
91+
fun:ngx_epoll_test_rdhup
92+
}

0 commit comments

Comments
 (0)