-
Type: Bug
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
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/exec/sbe/stages/hash_agg.cpp:94: CHECKED_RETURN 121236 Calling "restore" without checking return value (as is done elsewhere 12 out of 23 times).
- duplicates
-
SERVER-61965 Coverity analysis defect 121236: Unchecked return value
- Closed