Index: source/Core/Address.cpp
===================================================================
--- source/Core/Address.cpp	(revision 137318)
+++ source/Core/Address.cpp	(working copy)
@@ -74,7 +74,7 @@
         success = false;
         return 0;
     }
-    uint64_t buf;
+    uint64_t buf = 0;
 
     success = ReadBytes (exe_scope, address, &buf, byte_size) == byte_size;
     if (success)
