-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Storage Execution
-
Fully Compatible
-
ALL
-
Storage Execution 2025-03-17
Uninitialized scalar variable
The variable will contain an arbitrary value left from earlier computations. Use of an uninitialized variable
/src/mongo/db/storage/wiredtiger/wiredtiger_record_store.cpp:840: UNINIT 168904 Declaring variable "cmp" without initializer.
/src/mongo/db/storage/wiredtiger/wiredtiger_record_store.cpp:853: UNINIT 168904 Using uninitialized value "cmp".