Skip to content

Commit

Permalink
tests: fixed malformed valgrind.suppress.
Browse files Browse the repository at this point in the history
  • Loading branch information
jiahao committed Jul 5, 2024
1 parent 1ea604b commit 22e31b7
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions valgrind.suppress
Original file line number Diff line number Diff line change
Expand Up @@ -112,22 +112,22 @@
fun:ngx_write_channel
fun:ngx_pass_open_channel
fun:ngx_start_privileged_agent_processes
}
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:CRYPTO_zalloc
fun:SSL_SESSION_new
fun:ssl_get_new_session
fun:tls_construct_client_hello
fun:write_state_machine
fun:state_machine.part.5
fun:SSL_do_handshake
fun:ngx_ssl_handshake
fun:ngx_http_upstream_ssl_init_connection
fun:ngx_http_upstream_send_request_handler
fun:ngx_http_upstream_handler
fun:ngx_epoll_process_events
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:ssl_session_dup
fun:tls_process_new_session_ticket
}

0 comments on commit 22e31b7

Please sign in to comment.