Skip to content

Commit 773e849

Browse files
author
jiahao
committed
tests: fixed malformed valgrind.suppress.
1 parent 9ce7c84 commit 773e849

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

valgrind.suppress

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -112,22 +112,22 @@
112112
fun:ngx_write_channel
113113
fun:ngx_pass_open_channel
114114
fun:ngx_start_privileged_agent_processes
115+
}
116+
{
117+
<insert_a_suppression_name_here>
115118
Memcheck:Leak
116119
match-leak-kinds: definite
117120
fun:malloc
118121
fun:CRYPTO_zalloc
119122
fun:SSL_SESSION_new
120123
fun:ssl_get_new_session
121124
fun:tls_construct_client_hello
122-
fun:write_state_machine
123-
fun:state_machine.part.5
124-
fun:SSL_do_handshake
125-
fun:ngx_ssl_handshake
126-
fun:ngx_http_upstream_ssl_init_connection
127-
fun:ngx_http_upstream_send_request_handler
128-
fun:ngx_http_upstream_handler
129-
fun:ngx_epoll_process_events
130-
fun:ngx_process_events_and_timers
131-
fun:ngx_single_process_cycle
132-
fun:main
125+
}
126+
{
127+
<insert_a_suppression_name_here>
128+
Memcheck:Leak
129+
match-leak-kinds: definite
130+
fun:malloc
131+
fun:ssl_session_dup
132+
fun:tls_process_new_session_ticket
133133
}

0 commit comments

Comments
 (0)