[gnutls-devel] GnuTLS | handshake: clear server's session ticket indication at rehandshake (!1663)

Read-only notification of GnuTLS library development activities gnutls-devel at lists.gnutls.org
Fri Nov 4 13:49:38 CET 2022



Merge request https://gitlab.com/gnutls/gnutls/-/merge_requests/1663 was reviewed by Zoltán Fridrich

--
  <!-- Get preloaded note discussion-->
  
Zoltán Fridrich started a new discussion on tests/tls12-rehandshake-ticket.c: https://gitlab.com/gnutls/gnutls/-/merge_requests/1663#note_1160496626

> +	gnutls_transport_set_ptr(server, server);
> +
> +	gnutls_session_ticket_key_generate(&session_ticket_key);

Memory leak inside the test.
Please put `gnutls_free(session_ticket_key.data);` at the end.


-- 
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/-/merge_requests/1663
You're receiving this email because of your account on gitlab.com.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gnupg.org/pipermail/gnutls-devel/attachments/20221104/32044c73/attachment.html>


More information about the Gnutls-devel mailing list