-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Minor Change
-
ALL
-
Query 2020-10-05, Query 2020-10-19, Query 2020-11-02, Query 2020-11-16
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/exec/idhack.cpp:152: CHECKED_RETURN 115741 Calling "restore" without checking return value (as is done elsewhere 10 out of 20 times).
- is depended on by
-
SERVER-51473 Check return value from SeekableRecordCursor::restore() in various stages
- Closed
- is duplicated by
-
SERVER-20050 uassert in IDHackStage if on failure to restore the underlying storage cursor (CID 73041)
- Closed
- is related to
-
SERVER-49363 Triage Coverity Issues for Query code base
- Closed