Details
-
Bug
-
Resolution: Fixed
-
Major - P3
-
None
-
Fully Compatible
-
ALL
Description
Uninitialized scalar field
The field will contain an arbitrary value left over from earlier computations. A scalar field is not initialized by the constructor
/src/mongo/db/modules/enterprise/src/fle/query_analysis/expression_schema_walker.cpp:694: UNINIT_CTOR 115579 Class member declaration for "numChildrenVisited".
/src/mongo/db/modules/enterprise/src/fle/query_analysis/expression_schema_walker.cpp:539: UNINIT_CTOR 115579 Non-static class member "numChildrenVisited" is not initialized in this constructor nor in any functions that it calls.