CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/10/05 12:28:56
Modified files:
lib/libssl/src/crypto/x509v3: v3_info.c
Log message:
In v2i_AUTHORITY_INFO_ACCESS(), separate object allocation from object push
on a stack; if the latter fails, we need to free the object before returning
failure.
ok guenther@
