-
Type: Bug
-
Resolution: Done
-
Priority: Minor - P4
-
None
-
Affects Version/s: None
-
Component/s: None
-
Storage Engines
-
1
-
Storage Engines - 2022-06-27
Uninitialized scalar variable
The variable will contain an arbitrary value left from earlier computations. Use of an uninitialized variable
/test/cppsuite/tests/cursor_bound_01.cpp:413: UNINIT 122241 Declaring variable "exact" without initializer.
/test/cppsuite/tests/cursor_bound_01.cpp:431: UNINIT 122241 Using uninitialized value "exact".
- related to
-
WT-9378 Fix multiple coverity issues in cursor-bound-01
- Closed