PR 22204
* dwarf2.c (decode_line_info): Ensure line_ptr stays within
bounds in inner loop.
+2017-09-26 Alan Modra <amodra@gmail.com>
+
+ PR 22204
+ * dwarf2.c (decode_line_info): Ensure line_ptr stays within
+ bounds in inner loop.
+
2017-09-25 Alan Modra <amodra@gmail.com>
PR 22202
2017-09-25 Alan Modra <amodra@gmail.com>
PR 22202
bfd_vma high_pc = 0;
/* Decode the table. */
bfd_vma high_pc = 0;
/* Decode the table. */
+ while (!end_sequence && line_ptr < line_end)
{
op_code = read_1_byte (abfd, line_ptr, line_end);
line_ptr += 1;
{
op_code = read_1_byte (abfd, line_ptr, line_end);
line_ptr += 1;