-
Type: Bug
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
ALL
-
QO 2021-10-04
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/pipeline/document_source_densify.h:326: UNINIT_CTOR 120435 Class member declaration for "_densifyType".
/src/mongo/db/pipeline/document_source_densify.h:158: UNINIT_CTOR 120435 Non-static class member "_densifyType" is not initialized in this constructor nor in any functions that it calls.
- related to
-
SERVER-59465 Coverity analysis defect 120434: Unused value
- Closed