Possible data race when `worker_threads` are active? https://github.com/nodejs/node/blob/1287530385137dda1d44975063217ccf90759475/src/crypto/crypto_context.cc#L749-L751 `root_cert_store` is a `static X509_STORE*` that is assigned to (and read from) without any kind of synchronization, AFAICT.
Possible data race when
worker_threadsare active?node/src/crypto/crypto_context.cc
Lines 749 to 751 in 1287530
root_cert_storeis astatic X509_STORE*that is assigned to (and read from) without any kind of synchronization, AFAICT.