crypto/asn1/x_req.c, line 105:
ASN1_SEQUENCE_ref(X509_REQ, 0, CRYPTO_LOCK_X509_INFO)

I think CRYPTO_LOCK_X509_INFO should be replaced with
CRYPTO_LOCK_X509_REQ so that the lock naming is consistent with X509 and
X509_CRL. This avoids confusion (and potential bugs) when using
CRYPTO_add to increment the reference counter of an X509_REQ object.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       openssl-dev@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to