-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Query Execution
-
Fully Compatible
-
ALL
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Dereference after null check
Either the check against null is unnecessary, or there may be a null pointer dereference. Pointer is checked against null but then dereferenced anyway
/src/mongo/s/write_ops/unified_write_executor/write_op_batcher.cpp:323: FORWARD_NULL 176974 Comparing "opCtx" to null implies that "opCtx" might be null.
- is related to
-
SERVER-111239 Coverity analysis defect 176972: Dereference after null check
-
- Closed
-