-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Fully Compatible
-
ALL
-
Repl 2021-03-22
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/repl/tenant_cloner_test_fixture.h:43: UNINIT_CTOR 117752 The compiler-generated constructor for this class does not initialize "serviceContext".