-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Internal Code
-
Query Integration
-
Fully Compatible
-
ALL
-
v8.0
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/scripting/mozjs/engine.cpp:106: FORWARD_NULL 152388 Comparing "opCtx" to null implies that "opCtx" might be null.
- is caused by
-
SERVER-87015 Optimize the map of registered operations in `MozJSScriptEngine`
- Closed