-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Internal Code
-
Minor Change
-
ALL
-
1
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/db/session/session_catalog.h:160: USE_AFTER_MOVE 122778 "lsid" is moved (indicated by "std::move(lsid)").
/src/mongo/db/session/session_catalog.h:162: USE_AFTER_MOVE 122778 "lsid" is used after it has been already moved.