-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: Catalog
-
Fully Compatible
-
ALL
-
Execution Team 2020-11-16, Execution Team 2020-11-30
-
None
-
None
-
None
-
None
-
None
-
None
-
None
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/catalog/collection_impl.h:407: UNINIT_CTOR 114245 Class member declaration for "_validationAction".
/src/mongo/db/catalog/collection_impl.cpp:256: UNINIT_CTOR 114245 Non-static class member "_validationAction" is not initialized in this constructor nor in any functions that it calls.
/src/mongo/db/catalog/collection_impl.h:408: UNINIT_CTOR 114245 Class member declaration for "_validationLevel".
/src/mongo/db/catalog/collection_impl.cpp:256: UNINIT_CTOR 114245 Non-static class member "_validationLevel" is not initialized in this constructor nor in any functions that it calls.