Memory leaks and ineffective bounds checking in wasm_scan
[deliverable/binutils-gdb.git] / gdb / source.c
index 7230c77f7333530803606de71e924f79fc870401..1bc98d376e55ce67b5d78c88b39b1960d16cbf2a 100644 (file)
@@ -1232,6 +1232,7 @@ print_source_lines_base (struct symtab *s, int line, int stopline,
 
   loc->set (s, line);
   first_line_listed = line;
+  last_line_listed = line;
 
   /* If printing of source lines is disabled, just print file and line
      number.  */
This page took 0.023726 seconds and 4 git commands to generate.