+2001-03-22 Andrew Cagney <ac131313@redhat.com>
+
+ * exec.c (xfer_memory): Always initialize section.
+ * infrun.c (normal_stop): Always initialize source_flag.
+
2001-03-22 Andrew Cagney <ac131313@redhat.com>
* TODO (Remote Protocol Support): Review. Add notes about ``!'',
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");