Details
-
Bug
-
Resolution: Duplicate
-
Major - P3
-
None
-
None
-
None
-
Query Execution
-
ALL
-
QE 2023-02-06
Description
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/exec/sbe/stages/column_scan.h:254: UNINIT_CTOR 134411 Class member declaration for "_rowId".
/src/mongo/db/exec/sbe/stages/column_scan.cpp:64: UNINIT_CTOR 134411 Non-static class member "_rowId" is not initialized in this constructor nor in any functions that it calls.
Attachments
Issue Links
- is duplicated by
-
SERVER-69275 Coverity analysis defect 128677: Uninitialized scalar field
-
- Closed
-