crl: Fix minor memory leak in case of a corrupt DER structure.
* src/crl.c (parse_one_extension): Replace a return by a goto to make sure everything is cleaned up.
In this error code path we leaked the allocated oid.
- Reported-by: Marcello Maugeri
crl: Fix minor memory leak in case of a corrupt DER structure. Tags None Subscribers None
Description
Details
|