Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ldns_convert_dsa_rrsig_rdf2asn1: fix memory leak
Prior to this change `dsasig` was not freed when calling `DSA_SIG_set0` failed. Free `dsasig` on error in that code path now. Reported by: Coverity Signed-off-by: Enji Cooper <[email protected]>
- Loading branch information