diff --git a/src/crypto/crypto_common.cc b/src/crypto/crypto_common.cc index b7f0dbcf8b676a..09358ce2df03a3 100644 --- a/src/crypto/crypto_common.cc +++ b/src/crypto/crypto_common.cc @@ -1299,6 +1299,7 @@ MaybeLocal X509ToObject( Local info = Object::New(env->isolate()); BIOPointer bio(BIO_new(BIO_s_mem())); + CHECK(bio); if (names_as_string) { // TODO(tniessen): this branch should not have to exist. It is only here