Dereference null return value
If the function actually returns a null value, a null pointer dereference will occur. Return value of function which returns null is dereferenced without checking
/src/mongo/db/index/index_access_method.cpp:479: NULL_RETURNS 184382 Assigning: "status" = "nullptr" return value from "get_if".
- related to
-
SERVER-116185 Coverity analysis defect 184171: Missing unlock
-
- Closed
-