-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Fully Compatible
-
ALL
-
v6.1, v6.0
-
Sharding EMEA 2022-09-19
-
None
-
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/catalog/type_collection.cpp:52: USE_AFTER_MOVE 122696 "creationTime" is moved (indicated by "std::move(creationTime)").
/src/mongo/s/catalog/type_collection.cpp:57: USE_AFTER_MOVE 122696 "creationTime" is used after it has been already moved.