Loading ssl/statem/statem_srvr.c +2 −1 Original line number Diff line number Diff line Loading @@ -1444,6 +1444,7 @@ MSG_PROCESS_RETURN tls_process_client_hello(SSL *s, PACKET *pkt) err: ossl_statem_set_error(s); if (clienthello != NULL) OPENSSL_free(clienthello->pre_proc_exts); OPENSSL_free(clienthello); Loading Loading
ssl/statem/statem_srvr.c +2 −1 Original line number Diff line number Diff line Loading @@ -1444,6 +1444,7 @@ MSG_PROCESS_RETURN tls_process_client_hello(SSL *s, PACKET *pkt) err: ossl_statem_set_error(s); if (clienthello != NULL) OPENSSL_free(clienthello->pre_proc_exts); OPENSSL_free(clienthello); Loading