Blob Blame History Raw
diff -Naur insight-6.8.orig/gdb/remote.c insight-6.8.new/gdb/remote.c
--- insight-6.8.orig/gdb/remote.c	2008-02-25 10:59:06.000000000 +0100
+++ insight-6.8.new/gdb/remote.c	2008-08-15 18:06:14.000000000 +0200
@@ -1703,7 +1703,7 @@
 {
   struct remote_state *rs = get_remote_state ();
   char *limit;
-  int count, resultcount, done;
+  int count, resultcount, done = 0;
 
   resultcount = 0;
   /* Assume the 'q' and 'M chars have been stripped.  */
diff -Naur insight-6.8.orig/gdb/symtab.c insight-6.8.new/gdb/symtab.c
--- insight-6.8.orig/gdb/symtab.c	2008-02-05 23:17:40.000000000 +0100
+++ insight-6.8.new/gdb/symtab.c	2008-08-15 18:07:07.000000000 +0200
@@ -2275,7 +2275,7 @@
 struct symtab *
 find_line_symtab (struct symtab *symtab, int line, int *index, int *exact_match)
 {
-  int exact;
+  int exact = 0;
 
   /* BEST_INDEX and BEST_LINETABLE identify the smallest linenumber > LINE
      so far seen.  */