Dereference of potentially null field
If the field is actually null, then a null pointer dereference will occur. Field, which is statistically checked against null, is dereferenced.
/src/mongo/client/connpool.cpp:760: NULL_FIELD 174988 Reading field "_conn", which is expected to possibly be "nullptr" in "this->_conn" (checked 7 out of 8 times).