Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
StarlightIbuki committed Oct 16, 2024
1 parent 99c5a23 commit 67908b5
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions valgrind.suppress
Original file line number Diff line number Diff line change
Expand Up @@ -295,3 +295,27 @@
fun:ngx_single_process_cycle
fun:main
}
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:CRYPTO_malloc
fun:ssl_session_dup_intern
fun:ssl_session_dup
fun:tls_process_new_session_ticket
fun:read_state_machine
fun:state_machine
fun:ssl3_read_bytes
fun:ssl3_read_internal
fun:ssl3_read_internal
fun:ssl3_read
fun:SSL_read
fun:ngx_ssl_recv
fun:ngx_http_upstream_process_header
fun:ngx_http_upstream_handler
fun:ngx_epoll_process_events
fun:ngx_process_events_and_timers
fun:ngx_single_process_cycle
fun:main
}

0 comments on commit 67908b5

Please sign in to comment.