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/crypto/fle_crypto.cpp:2548: USE_AFTER_MOVE 176559 "doc" is moved (indicated by "std::move(doc)").
/src/mongo/crypto/fle_crypto.cpp:2548: USE_AFTER_MOVE 176559 Returning while reference parameter "doc" is in a moved state.
- is related to
-
SERVER-110118 Coverity analysis defect 176650: Using a moved object
-
- Closed
-