RootCauseunvalidated
the function incorrectly frees the caller-allocated ASN1_TYPE structure — The ext parameter is allocated and owned by the caller. Tension: the function should not free it on error. Outcome: caller's cleanup code attempts to free the same structure again.
6dc88401-f155-4566-bd30-7aadf2d12d77
the function incorrectly frees the caller-allocated ASN1_TYPE structure — The ext parameter is allocated and owned by the caller. Tension: the function should not free it on error. Outcome: caller's cleanup code attempts to free the same structure again.