-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Server Security
-
Fully Compatible
-
ALL
-
v8.2, v8.0, v7.0
-
Server Security 2025-09-12
-
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/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
-