-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Internal Code
-
Query Execution
-
Fully Compatible
-
ALL
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:241: UNINIT_CTOR 128677 Class member declaration for "_rowId".
/src/mongo/db/exec/sbe/stages/column_scan.cpp:77: UNINIT_CTOR 128677 Non-static class member "_rowId" is not initialized in this constructor nor in any functions that it calls.
- duplicates
-
SERVER-72365 Coverity analysis defect 134411: Uninitialized scalar field
- Closed
- is caused by
-
SERVER-67623 Use uint64_t instead of RecordId in column index read path
- Closed