Skip to content

3.3.x: Fix memleaks in gnutls_x509_trust_list_add_crls()

Nikos Mavrogiannopoulos requested to merge tmp-fix-3.3 into gnutls_3_3_x

This backports the cleanups in gnutls_x509_trust_list_add_crls() from 3.6.x, and addresses a use-after-free.

Checklist

  • Code modified for feature

Reviewer's checklist:

  • Any issues marked for closing are addressed
  • There is a test suite reasonably covering new functionality or modifications
  • Function naming, parameters, return values, types, etc., are consistent and according to CONTRIBUTION.md
  • This feature/change has adequate documentation added
  • No obvious mistakes in the code
Edited by Nikos Mavrogiannopoulos

Merge request reports