-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Fully Compatible
-
ALL
Unchecked return value
If the function returns an error value, the error value may be mistaken for a normal value. Value returned from a function is not checked for errors before being used
/src/mongo/db/query/index_tag.cpp:300: CHECKED_RETURN 111811 Calling "processOrPushdownNode" without checking return value (as is done elsewhere 1 out of 2 times).
- is related to
-
SERVER-49363 Triage Coverity Issues for Query code base
- Closed