We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57ce5a6 commit de8fda8Copy full SHA for de8fda8
valgrind.suppress
@@ -205,3 +205,29 @@
205
fun:ngx_stream_lua_socket_udp_send
206
fun:lj_BC_FUNCC
207
}
208
+{
209
+ <insert_a_suppression_name_here>
210
+ Memcheck:Param
211
+ sendmsg(msg.msg_iov[0])
212
+ fun:__sendmsg_nocancel
213
+ fun:ngx_write_channel
214
+ fun:ngx_pass_open_channel
215
+ fun:ngx_start_worker_processes
216
+}
217
218
219
220
221
222
223
224
+ fun:ngx_start_privileged_agent_processes
225
226
227
228
229
+ sendmsg(msg.msg_control)
230
231
+ fun:ngx_stream_lua_udp_sendmsg
232
+ fun:ngx_stream_lua_socket_udp_send
233
0 commit comments