-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: Internal Code
-
Fully Compatible
-
ALL
-
QE 2022-10-17
-
None
-
3
-
None
-
None
-
None
-
None
-
None
-
None
Using a moved object
Using a moved object may lead to an unexpected/undefined behavior. An object is used after it's moved.
/src/mongo/s/query/async_results_merger.cpp:111: USE_AFTER_MOVE 122718 "params" is moved (indicated by "std::move(params)").
/src/mongo/s/query/async_results_merger.cpp:115: USE_AFTER_MOVE 122718 "params" is used after it has been already moved.