s/struct _serial_t/struct serial/
[deliverable/binutils-gdb.git] / gdb / exec.c
index c2b97e4c97bb1b58671950a7ad84a74c3243b96e..511977f57031deedf2fa448fd760ce68cf05a005 100644 (file)
@@ -486,7 +486,7 @@ xfer_memory (CORE_ADDR memaddr, char *myaddr, int len, int write,
   struct section_table *p;
   CORE_ADDR nextsectaddr, memend;
   boolean (*xfer_fn) (bfd *, sec_ptr, PTR, file_ptr, bfd_size_type);
-  asection *section;
+  asection *section = NULL;
 
   if (len <= 0)
     internal_error (__FILE__, __LINE__, "failed internal consistency check");
This page took 0.023645 seconds and 4 git commands to generate.