-
Type:
Bug
-
Resolution: Gone away
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Server Programmability
-
ALL
-
Programmability 2025-09-01
-
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/client/dbclient_connection.cpp:468: USE_AFTER_MOVE 176593 "replyMsg" is moved (indicated by "std::move(replyMsg)").
/src/mongo/client/dbclient_connection.cpp:468: USE_AFTER_MOVE 176593 Returning while reference parameter "replyMsg" is in a moved state.