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/base/shim.h:120: NULL_FIELD 175058 Reading field "f", which is expected to possibly be "nullptr" in "this->_slot->f" (checked 1 out of 1 times).
- related to
-
SERVER-110707 Coverity analysis defect 175143: Dereference of potentially null field
-
- Closed
-
-
SERVER-110710 Coverity analysis defect 175119: Dereference of potentially null field
-
- Closed
-
-
SERVER-110714 Coverity analysis defect 175101: Dereference of potentially null field
-
- Closed
-
-
SERVER-110877 Coverity analysis defect 175094: Dereference of potentially null field
-
- Closed
-
-
SERVER-110878 Coverity analysis defect 175090: Dereference of potentially null field
-
- Closed
-
-
SERVER-111252 Coverity analysis defect 175032: Dereference of potentially null field
-
- Closed
-
-
SERVER-111258 Coverity analysis defect 174984: Dereference of potentially null field
-
- Closed
-