CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/10/05 12:30:13
Modified files:
lib/libssl/src/crypto/x509v3: v3_pmaps.c
Log message:
Be sure to check the stack push operation for success in v2i_POLICY_MAPPINGS();
if it fails, free the object we were about to push.
Factor error handling to avoid having four copies of about the same code.
ok guenther@
