-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Fully Compatible
-
ALL
-
Query 2020-10-05
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/pipeline/document_source_exchange.cpp:397: CHECKED_RETURN 112053 Calling "appendDocument" without checking return value (as is done elsewhere 3 out of 4 times).
- is related to
-
SERVER-49363 Triage Coverity Issues for Query code base
- Closed