-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Fully Compatible
-
ALL
-
Execution Team 2022-02-21
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Uninitialized pointer field
The pointer field will point to an arbitrary memory location, any attempt to write may cause corruption. A pointer field is not initialized in the constructor
/src/mongo/db/query/query_planner_params.h:149: UNINIT_CTOR 121363 Class member declaration for "clusteredCollectionCollator".
/src/mongo/db/query/query_planner_params.h:46: UNINIT_CTOR 121363 Non-static class member "clusteredCollectionCollator" is not initialized in this constructor nor in any functions that it calls.
- is caused by
-
SERVER-61260 Support collations on clustered collections
-
- Closed
-
- is duplicated by
-
SERVER-62878 Coverity analysis defect 121363: Uninitialized pointer field
-
- Closed
-
-
SERVER-62894 Coverity analysis defect 121365: Uninitialized pointer read
-
- Closed
-