-
Type: Bug
-
Resolution: Gone away
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
ALL
-
QO 2022-10-03, QE 2022-10-17, QE 2022-10-31, QE 2022-11-14, QE 2022-11-28, QE 2022-12-12
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/query/ce/scalar_histogram.cpp:61: USE_AFTER_MOVE 127654 "bounds" is moved (indicated by "std::move(bounds)").
/src/mongo/db/query/ce/scalar_histogram.cpp:62: USE_AFTER_MOVE 127654 "bounds" is used after it has been already moved.