-
Type:
Bug
-
Resolution: Works as Designed
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
NachoCheese - 2023-10-03
-
1
Uninitialized pointer read
Incorrect values could be read from, or even written to, an arbitrary memory location, causing incorrect computations. Reads an uninitialized pointer or its target
/src/meta/meta_ckpt.c:1090: UNINIT 138312 Declaring variable "cursor" without initializer.
/src/meta/meta_ckpt.c:1096: UNINIT 138312 Using uninitialized value "cursor".