We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf59539 commit 1eeb385Copy full SHA for 1eeb385
1 file changed
src/crypto/crypto_context.cc
@@ -272,6 +272,7 @@ X509_STORE* NewRootCertStore() {
272
}
273
274
X509_STORE* store = X509_STORE_new();
275
+ CHECK_NOT_NULL(store);
276
if (*system_cert_path != '\0') {
277
ERR_set_mark();
278
X509_STORE_load_locations(store, system_cert_path, nullptr);
0 commit comments