Details
-
Bug
-
Resolution: Done
-
Major - P3
-
None
-
None
-
Atlas Streams
-
ALL
Description
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.
Attachments
Issue Links
- is caused by
-
SERVER-77580 Add Counter, Gauge, MetricManager implementation.
-
- Closed
-