summaryrefslogtreecommitdiff
path: root/bfd/dwarf2.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Improve the speed of scanning PE binaries for line number information.Nick Clifton2017-03-291-6/+14
* bfd: Rename real_{ftell, fseek, fopen}Pedro Alves2017-02-171-1/+2
* bfd: Rename read_{signed,unsigned}_leb128, safe_read_leb128Pedro Alves2017-02-171-30/+57
* bfd: Improve lookup of file / line information for errorsAndrew Burgess2017-02-161-0/+32
* bfd/dwarf: Improve use of previously loaded dwarf informationAndrew Burgess2017-02-161-2/+21
* Fix invalid memory access in the BFD library's DWARF parser.Nick Clifton2017-02-131-0/+4
* Add support for locating separate debug info files via the build-id method.Nick Clifton2017-01-121-1/+5
* Speed up objdump when displaying disassembly mixed with line number and sourc...Nick Clifton2017-01-091-0/+6
* Update year range in copyright notice of all files.Alan Modra2017-01-021-1/+1
* BFD/DWARF2: Correct an `index' global shadowing errorMaciej W. Rozycki2016-11-211-10/+10
* Fix bfd/dwarf2.c build breakagePedro Alves2016-11-081-1/+1
* Greatly improve the speed if looking up DWARF line number information.Igor Tsimbalist2016-11-081-82/+295
* Add c-format tags to translatable strings with more than one argument-using f...Nick Clifton2016-10-191-0/+3
* Remove syntactic sugarAlan Modra2016-09-301-25/+25
* Ignore DWARF debug information with a version of 0 - assume that it is padding.Nick Clifton2016-04-041-13/+21
* Attribute with DW_FORM_flag_presentAlan Modra2016-03-221-1/+1
* Set BFD_DECOMPRESS to decompress debug sectionsH.J. Lu2016-01-281-1/+3
* Copyright update for binutilsAlan Modra2016-01-011-1/+1
* addr2line vs. inlined C functions called from C++Alan Modra2015-12-021-13/+22
* bfd: Fix left shift of negative value.Dominik Vogt2015-11-091-2/+2
* Allows the binutils to cope with PE binaries where the section addresses have...Nick Clifton2015-03-051-0/+51