diff --git a/lldb/source/Core/Address.cpp b/lldb/source/Core/Address.cpp index e90561c7b88effff19f5e8a75b9a469baed21ef3..d6e851c25b100515dcf2b8a8f935c92f9403af12 100644 --- a/lldb/source/Core/Address.cpp +++ b/lldb/source/Core/Address.cpp @@ -74,7 +74,7 @@ ReadUIntMax64 (ExecutionContextScope *exe_scope, const Address &address, uint32_ success = false; return 0; } - uint64_t buf; + uint64_t buf = 0; success = ReadBytes (exe_scope, address, &buf, byte_size) == byte_size; if (success)