RootCauseunvalidated
First free: line 1321 `gnutls_x509_crt_deinit(prev)` where prev==signer — In the do-while loop (lines 1312-1325), the 'prev' pointer is set to 'issuer' which initially equals 'signer'. Tension: However, the 'signer' variable is NEVER set to NULL.
758688e7-56de-448e-9515-61e3146210f4
First free: line 1321 gnutls_x509_crt_deinit(prev) where prev==signer — In the do-while loop (lines 1312-1325), the 'prev' pointer is set to 'issuer' which initially equals 'signer'. Tension: However, the 'signer' variable is NEVER set to NULL.