[openssl-dev] [openssl.org #3776] Memory corruption in X509_VERIFY_PARAM_new

Егор Любимов via RT rt at openssl.org
Wed Apr 1 09:04:12 UTC 2015


Hi,

Bug report for OpenSSL 1.0.2a. Possible memory corruption.

In x509_vpm.c at function X509_VERIFY_PARAM_new:
paramid = OPENSSL_malloc(sizeof(X509_VERIFY_PARAM));
must be replaced:
paramid = OPENSSL_malloc(sizeof(X509_VERIFY_PARAM_ID));

Best regards,
Egor



More information about the openssl-dev mailing list