-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Fully Compatible
-
ALL
-
Execution Team 2021-05-17
-
None
-
None
-
None
-
None
-
None
-
None
-
None
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/timeseries/bucket_catalog.cpp:1053: CHECKED_RETURN 118057 Calling "_appendUpdates" without checking return value (as is done elsewhere 2 out of 3 times).
- related to
-
SERVER-56585 deprecate MONGO_COMPILER_VARIABLE_UNUSED in favor of C++ 17 attributes maybe_unused
-
- Closed
-