-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: Internal Code
-
Fully Compatible
-
ALL
-
QE 2022-10-03
-
None
-
3
-
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/db/pipeline/document_source_writer.h:106: USE_AFTER_MOVE 127661 "outputNs" is moved (indicated by "std::move(outputNs)").
/src/mongo/db/pipeline/document_source_writer.h:108: USE_AFTER_MOVE 127661 "outputNs" is used after it has been already moved.