aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* qsort: dwarf2.cAlan Modra2019-10-141-5/+15
* bfd/dwarf2.c: fix assertion failure in comp_unit_hash_infoMax Filippov2019-10-111-2/+2
* PR25070, SEGV in function _bfd_dwarf2_find_nearest_lineAlan Modra2019-10-091-1/+10
* PR25078, stack overflow in function find_abstract_instanceAlan Modra2019-10-091-18/+17
* bfd_asymbol_* macrosAlan Modra2019-09-181-5/+5
* Re: Memory leak in dwarf2.cAlan Modra2019-09-021-18/+20
* Memory leak in dwarf2.cAlan Modra2019-09-021-7/+9
* Fix N^2 behavior in _bfd_dwarf2_find_symbol_biasTom Tromey2019-08-191-10/+46
* Fix CU overrun in scan_unit_for_symbolsTom Tromey2019-08-151-1/+1
* PR24623, DWARF errorsAlan Modra2019-08-141-110/+131
* Use comp_unit_maybe_decode_line_info in more placesAlan Modra2019-08-141-32/+5
* Remove _bfd_dwarf2_find_nearest_line addr_size parameterAlan Modra2019-08-141-13/+2
* XCOFF linker segmentation faultAlan Modra2019-05-281-2/+6
* BFD whitespace fixesAlan Modra2019-04-031-1/+1
* Fix a buffer overrun error when attempting to parse corrupt DWARF information.Nick Clifton2019-03-141-0/+9
* Fix a segmentation fault triggered by disassembling an EFi file with source i...Nick Clifton2019-03-061-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2019-01-011-1/+1
* Fix the handling of inlined frames in DWARF debug info.Millan Wolff2018-10-031-1/+1
* Bug 23686, two segment faults in nmAlan Modra2018-09-201-1/+8
* PR23425, unresolved symbol diagnosticAlan Modra2018-09-141-1/+3
* PR23430, Indices misspelledAlan Modra2018-07-241-1/+1
* Add a check for a NULL table pointer before attempting to compute a DWARF fil...Nick Clifton2018-04-171-1/+1
* Catch integer overflows/underflows when parsing corrupt DWARF FORM blocks.Nick Clifton2018-02-281-15/+21
* ELF linker messagesAlan Modra2018-02-261-31/+31
* Don't use %llAlan Modra2018-02-191-4/+4
* %L conversionsAlan Modra2018-02-191-10/+12
* Allow the find_abstract_instance_name() function in the BFD library to also r...Paul Carroll2018-02-061-10/+22
* Update year range in copyright notice of binutils filesAlan Modra2018-01-031-1/+1
* BFD whitespace fixesAlan Modra2017-12-061-73/+73
* PR22212, memory leak in nmAlan Modra2017-10-091-0/+4
* PR21957, addr2line incorrectly handles non-increasing sequences in line tableAlan Modra2017-10-011-4/+3
* PR22047, Heap out of bounds read in parse_comp_unitAlan Modra2017-10-011-38/+15
* Tidy reading data in read_formatted_entriesAlan Modra2017-09-261-30/+7
* Avoid needless resource usage when processing a corrupt DWARF directory or fi...Nick Clifton2017-09-261-0/+10
* PR22209, invalid memory read in find_abstract_instance_nameAlan Modra2017-09-261-15/+43
* PR22205, .debug_line file table NULL filenameAlan Modra2017-09-261-22/+13
* PR22204, Lack of DW_LNE_end_sequence causes "infinite" loopAlan Modra2017-09-261-1/+1
* PR22201, DW_AT_name with out of bounds referenceAlan Modra2017-09-251-2/+4
* PR22200, DWARF5 .debug_line sanity checkAlan Modra2017-09-251-0/+7
* PR22191, memory leak in dwarf2.cAlan Modra2017-09-241-2/+6
* PR22187, infinite loop in find_abstract_instance_nameAlan Modra2017-09-241-25/+51
* PR22186, divide-by-zero in decode_line_infoAlan Modra2017-09-241-0/+2
* PR22169, heap-based buffer overflow in read_1_byteAlan Modra2017-09-241-3/+4
* PR22167, NULL pointer dereference in scan_unit_for_symbolsAlan Modra2017-09-241-1/+2
* Prevent an address violation parsing corrupt DWARF information by fixing the ...Nick Clifton2017-09-011-3/+3
* Fix buffer read overrun by ensuring that DWARF sections containing strings al...Nick Clifton2017-08-311-0/+23
* bfd_error_handler bfd_vma and bfd_size_type argsAlan Modra2017-07-121-10/+11
* Fix build with GCC 4.2H.J. Lu2017-07-051-6/+7
* [binutils patch] DWARF-5: Extend bfd/dwarf2.c parse_comp_unit()Jan Kratochvil2017-07-041-71/+380
* PR 21409, segfault in _bfd_dwarf2_find_nearest_lineAlan Modra2017-04-231-1/+1