The new ASN1 code automatically allocates
authorDr. Stephen Henson <steve@openssl.org>
Thu, 13 Jun 2002 00:43:27 +0000 (00:43 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Thu, 13 Jun 2002 00:43:27 +0000 (00:43 +0000)
commit04cc76660a46575c568125c997d0f3c73d4ec711
tree3533e638d28bf9a17d59336bd5e6044e61d9f615
parente1f7ea25d21966e2f2f17a908da570da42a5b14b
The new ASN1 code automatically allocates
structures for fields that are not OPTIONAL.

However in the AUTHORITY_INFO_ACCESS case
the 'location' field was set to NULL in
the old code.

So in 0.9.7+ we should free up the field before
overwriting it in v2i_AUTHORITY_INFO_ACCESS.
crypto/x509v3/v3_info.c