Age | Commit message (Expand) | Author | Files | Lines |
2019-12-03 | PR25230, addr2line fails on dwz output | Alan Modra | 1 | -60/+156 |
2019-12-03 | PR25230, dwarf2.c per file stash | Alan Modra | 1 | -246/+235 |
2019-12-03 | dwarf2.c: read_abbrevs fail cleanup, and offset checking | Alan Modra | 1 | -29/+22 |
2019-12-03 | dwarf2.c stash->sec_info_ptr and stash->sec | Alan Modra | 1 | -20/+4 |
2019-12-03 | _bfd_dwarf2_find_nearest_line comment fix | Alan Modra | 1 | -3/+1 |
2019-11-27 | PR23652, Use symbols from debug bfd for _bfd_elf_find_function properly | Alan Modra | 1 | -6/+13 |
2019-11-27 | PR23652, Use symbols from debug bfd for _bfd_elf_find_function | Alan Modra | 1 | -7/+51 |
2019-10-14 | qsort: dwarf2.c | Alan Modra | 1 | -5/+15 |
2019-10-11 | bfd/dwarf2.c: fix assertion failure in comp_unit_hash_info | Max Filippov | 1 | -2/+2 |
2019-10-09 | PR25070, SEGV in function _bfd_dwarf2_find_nearest_line | Alan Modra | 1 | -1/+10 |
2019-10-09 | PR25078, stack overflow in function find_abstract_instance | Alan Modra | 1 | -18/+17 |
2019-09-18 | bfd_asymbol_* macros | Alan Modra | 1 | -5/+5 |
2019-09-02 | Re: Memory leak in dwarf2.c | Alan Modra | 1 | -18/+20 |
2019-09-02 | Memory leak in dwarf2.c | Alan Modra | 1 | -7/+9 |
2019-08-19 | Fix N^2 behavior in _bfd_dwarf2_find_symbol_bias | Tom Tromey | 1 | -10/+46 |
2019-08-15 | Fix CU overrun in scan_unit_for_symbols | Tom Tromey | 1 | -1/+1 |
2019-08-14 | PR24623, DWARF errors | Alan Modra | 1 | -110/+131 |
2019-08-14 | Use comp_unit_maybe_decode_line_info in more places | Alan Modra | 1 | -32/+5 |
2019-08-14 | Remove _bfd_dwarf2_find_nearest_line addr_size parameter | Alan Modra | 1 | -13/+2 |
2019-05-28 | XCOFF linker segmentation fault | Alan Modra | 1 | -2/+6 |
2019-04-03 | BFD whitespace fixes | Alan Modra | 1 | -1/+1 |
2019-03-14 | Fix a buffer overrun error when attempting to parse corrupt DWARF information. | Nick Clifton | 1 | -0/+9 |
2019-03-06 | Fix a segmentation fault triggered by disassembling an EFi file with source i... | Nick Clifton | 1 | -1/+1 |
2019-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2018-10-03 | Fix the handling of inlined frames in DWARF debug info. | Millan Wolff | 1 | -1/+1 |
2018-09-20 | Bug 23686, two segment faults in nm | Alan Modra | 1 | -1/+8 |
2018-09-14 | PR23425, unresolved symbol diagnostic | Alan Modra | 1 | -1/+3 |
2018-07-24 | PR23430, Indices misspelled | Alan Modra | 1 | -1/+1 |
2018-04-17 | Add a check for a NULL table pointer before attempting to compute a DWARF fil... | Nick Clifton | 1 | -1/+1 |
2018-02-28 | Catch integer overflows/underflows when parsing corrupt DWARF FORM blocks. | Nick Clifton | 1 | -15/+21 |
2018-02-26 | ELF linker messages | Alan Modra | 1 | -31/+31 |
2018-02-19 | Don't use %ll | Alan Modra | 1 | -4/+4 |
2018-02-19 | %L conversions | Alan Modra | 1 | -10/+12 |
2018-02-06 | Allow the find_abstract_instance_name() function in the BFD library to also r... | Paul Carroll | 1 | -10/+22 |
2018-01-03 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2017-12-06 | BFD whitespace fixes | Alan Modra | 1 | -73/+73 |
2017-10-09 | PR22212, memory leak in nm | Alan Modra | 1 | -0/+4 |
2017-10-01 | PR21957, addr2line incorrectly handles non-increasing sequences in line table | Alan Modra | 1 | -4/+3 |
2017-10-01 | PR22047, Heap out of bounds read in parse_comp_unit | Alan Modra | 1 | -38/+15 |
2017-09-26 | Tidy reading data in read_formatted_entries | Alan Modra | 1 | -30/+7 |
2017-09-26 | Avoid needless resource usage when processing a corrupt DWARF directory or fi... | Nick Clifton | 1 | -0/+10 |
2017-09-26 | PR22209, invalid memory read in find_abstract_instance_name | Alan Modra | 1 | -15/+43 |
2017-09-26 | PR22205, .debug_line file table NULL filename | Alan Modra | 1 | -22/+13 |
2017-09-26 | PR22204, Lack of DW_LNE_end_sequence causes "infinite" loop | Alan Modra | 1 | -1/+1 |
2017-09-25 | PR22201, DW_AT_name with out of bounds reference | Alan Modra | 1 | -2/+4 |
2017-09-25 | PR22200, DWARF5 .debug_line sanity check | Alan Modra | 1 | -0/+7 |
2017-09-24 | PR22191, memory leak in dwarf2.c | Alan Modra | 1 | -2/+6 |
2017-09-24 | PR22187, infinite loop in find_abstract_instance_name | Alan Modra | 1 | -25/+51 |
2017-09-24 | PR22186, divide-by-zero in decode_line_info | Alan Modra | 1 | -0/+2 |
2017-09-24 | PR22169, heap-based buffer overflow in read_1_byte | Alan Modra | 1 | -3/+4 |