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