-
Type:
Bug
-
Resolution: Done
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Testing Infrastructure
-
Fully Compatible
-
ALL
-
Platform 8 08/28/15
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Use of an uninitialized variable
Defect 11226 (STATIC_C)
Checker UNINIT (subcategory none)
File: /src/third_party/v8/src/objects.cc
Function v8::internal::JSDate::GetUTCField(v8::internal::JSDate::FieldIndex, double, v8::internal::DateCache *)
/src/third_party/v8/src/objects.cc, line: 13147
Declaring variable "month" without initializer.
int year, month, day;