aboutsummaryrefslogtreecommitdiff
path: root/bfd/dwarf2.c
AgeCommit message (Expand)AuthorFilesLines
2017-12-06BFD whitespace fixesAlan Modra1-73/+73
2017-10-09PR22212, memory leak in nmAlan Modra1-0/+4
2017-10-01PR21957, addr2line incorrectly handles non-increasing sequences in line tableAlan Modra1-4/+3
2017-10-01PR22047, Heap out of bounds read in parse_comp_unitAlan Modra1-38/+15
2017-09-26Tidy reading data in read_formatted_entriesAlan Modra1-30/+7
2017-09-26Avoid needless resource usage when processing a corrupt DWARF directory or fi...Nick Clifton1-0/+10
2017-09-26PR22209, invalid memory read in find_abstract_instance_nameAlan Modra1-15/+43
2017-09-26PR22205, .debug_line file table NULL filenameAlan Modra1-22/+13
2017-09-26PR22204, Lack of DW_LNE_end_sequence causes "infinite" loopAlan Modra1-1/+1
2017-09-25PR22201, DW_AT_name with out of bounds referenceAlan Modra1-2/+4
2017-09-25PR22200, DWARF5 .debug_line sanity checkAlan Modra1-0/+7
2017-09-24PR22191, memory leak in dwarf2.cAlan Modra1-2/+6
2017-09-24PR22187, infinite loop in find_abstract_instance_nameAlan Modra1-25/+51
2017-09-24PR22186, divide-by-zero in decode_line_infoAlan Modra1-0/+2
2017-09-24PR22169, heap-based buffer overflow in read_1_byteAlan Modra1-3/+4
2017-09-24PR22167, NULL pointer dereference in scan_unit_for_symbolsAlan Modra1-1/+2
2017-09-01Prevent an address violation parsing corrupt DWARF information by fixing the ...Nick Clifton1-3/+3
2017-08-31Fix buffer read overrun by ensuring that DWARF sections containing strings al...Nick Clifton1-0/+23
2017-07-12bfd_error_handler bfd_vma and bfd_size_type argsAlan Modra1-10/+11
2017-07-05Fix build with GCC 4.2H.J. Lu1-6/+7
2017-07-04[binutils patch] DWARF-5: Extend bfd/dwarf2.c parse_comp_unit()Jan Kratochvil1-71/+380
2017-04-23PR 21409, segfault in _bfd_dwarf2_find_nearest_lineAlan Modra1-1/+1
2017-03-29Improve the speed of scanning PE binaries for line number information.Nick Clifton1-6/+14
2017-02-17bfd: Rename real_{ftell, fseek, fopen}Pedro Alves1-1/+2
2017-02-17bfd: Rename read_{signed,unsigned}_leb128, safe_read_leb128Pedro Alves1-30/+57
2017-02-16bfd: Improve lookup of file / line information for errorsAndrew Burgess1-0/+32
2017-02-16bfd/dwarf: Improve use of previously loaded dwarf informationAndrew Burgess1-2/+21
2017-02-13Fix invalid memory access in the BFD library's DWARF parser.Nick Clifton1-0/+4
2017-01-12Add support for locating separate debug info files via the build-id method.Nick Clifton1-1/+5
2017-01-09Speed up objdump when displaying disassembly mixed with line number and sourc...Nick Clifton1-0/+6
2017-01-02Update year range in copyright notice of all files.Alan Modra1-1/+1
2016-11-21BFD/DWARF2: Correct an `index' global shadowing errorMaciej W. Rozycki1-10/+10
2016-11-08Fix bfd/dwarf2.c build breakagePedro Alves1-1/+1
2016-11-08Greatly improve the speed if looking up DWARF line number information.Igor Tsimbalist1-82/+295
2016-10-19Add c-format tags to translatable strings with more than one argument-using f...Nick Clifton1-0/+3
2016-09-30Remove syntactic sugarAlan Modra1-25/+25
2016-04-04Ignore DWARF debug information with a version of 0 - assume that it is padding.Nick Clifton1-13/+21
2016-03-22Attribute with DW_FORM_flag_presentAlan Modra1-1/+1
2016-01-28Set BFD_DECOMPRESS to decompress debug sectionsH.J. Lu1-1/+3
2016-01-01Copyright update for binutilsAlan Modra1-1/+1
2015-12-02addr2line vs. inlined C functions called from C++Alan Modra1-13/+22
2015-11-09bfd: Fix left shift of negative value.Dominik Vogt1-2/+2
2015-03-05Allows the binutils to cope with PE binaries where the section addresses have...Nick Clifton1-0/+51
2015-02-15fix dbb3fbbb dwarf2.c breakageAlan Modra1-12/+12
2015-02-12Fix memory access violations triggered by running addr2line on fuzzed binaries.Nick Clifton1-130/+278
2015-01-27Fixes for memory access violations triggered by running addr2line on fuzzed b...Nick Clifton1-1/+16
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra1-1/+1
2014-12-10Don't return DW_AT_name for function name in C++Alan Modra1-32/+196
2014-12-10Don't access elf tdata in dwarf.c without first checking for an ELF bfdAlan Modra1-2/+5
2014-10-15Merge bfd_find_nearest_line variantsAlan Modra1-62/+20