-
Type:
Bug
-
Resolution: Done
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Internal Code
-
Atlas Streams
-
ALL
-
None
-
3
-
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/modules/enterprise/src/streams/exec/change_stream_source_operator.h:35: UNINIT_CTOR 138235 Class member declaration for "svcCtx".
/src/mongo/db/modules/enterprise/src/streams/exec/change_stream_source_operator.h:30: UNINIT_CTOR 138235 Non-static class member "svcCtx" is not initialized in this constructor nor in any functions that it calls.
- is caused by
-
SERVER-77580 Add Counter, Gauge, MetricManager implementation.
-
- Closed
-