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/db/query/stage_builder/sbe/gen_accumulator.cpp:2097: NULL_FIELD 184157 Reading field "_opInfo", which is expected to possibly be "nullptr" in "this->_opInfo" (checked 8 out of 10 times).
- is related to
-
SERVER-116186 Coverity analysis defect 184158: Dereference of potentially null field
-
- Closed
-