Details
-
Bug
-
Resolution: Fixed
-
Major - P3
-
None
-
None
-
Fully Compatible
-
ALL
Description
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).
Attachments
Issue Links
- is related to
-
SERVER-49363 Triage Coverity Issues for Query code base
-
- Closed
-