Re: Memory leak in dwarf2.c
[external/binutils.git] / bfd / dwarf2.c
2019-09-02 Alan ModraRe: Memory leak in dwarf2.c
2019-09-02 Alan ModraMemory leak in dwarf2.c
2019-08-19 Tom TromeyFix N^2 behavior in _bfd_dwarf2_find_symbol_bias
2019-08-15 Tom TromeyFix CU overrun in scan_unit_for_symbols
2019-08-14 Alan ModraPR24623, DWARF errors
2019-08-14 Alan ModraUse comp_unit_maybe_decode_line_info in more places
2019-08-14 Alan ModraRemove _bfd_dwarf2_find_nearest_line addr_size parameter
2019-05-28 Alan ModraXCOFF linker segmentation fault
2019-04-03 Alan ModraBFD whitespace fixes
2019-03-14 Nick CliftonFix a buffer overrun error when attempting to parse...
2019-03-06 Nick CliftonFix a segmentation fault triggered by disassembling...
2019-01-01 Alan ModraUpdate year range in copyright notice of binutils files
2018-10-03 Millan WolffFix the handling of inlined frames in DWARF debug info.
2018-09-20 Alan ModraBug 23686, two segment faults in nm
2018-09-14 Alan ModraPR23425, unresolved symbol diagnostic
2018-07-24 Alan ModraPR23430, Indices misspelled
2018-04-17 Nick CliftonAdd a check for a NULL table pointer before attempting...
2018-02-28 Nick CliftonCatch integer overflows/underflows when parsing corrupt...
2018-02-25 Alan ModraELF linker messages
2018-02-19 Alan ModraDon't use %ll
2018-02-19 Alan Modra%L conversions
2018-02-06 Paul CarrollAllow the find_abstract_instance_name() function in...
2018-01-03 Alan ModraUpdate year range in copyright notice of binutils files
2017-12-06 Alan ModraBFD whitespace fixes
2017-10-09 Alan ModraPR22212, memory leak in nm
2017-10-01 Alan ModraPR21957, addr2line incorrectly handles non-increasing...
2017-10-01 Alan ModraPR22047, Heap out of bounds read in parse_comp_unit
2017-09-26 Alan ModraTidy reading data in read_formatted_entries
2017-09-26 Nick CliftonAvoid needless resource usage when processing a corrupt...
2017-09-26 Alan ModraPR22209, invalid memory read in find_abstract_instance_name
2017-09-26 Alan ModraPR22205, .debug_line file table NULL filename
2017-09-26 Alan ModraPR22204, Lack of DW_LNE_end_sequence causes "infinite...
2017-09-25 Alan ModraPR22201, DW_AT_name with out of bounds reference
2017-09-25 Alan ModraPR22200, DWARF5 .debug_line sanity check
2017-09-24 Alan ModraPR22191, memory leak in dwarf2.c
2017-09-24 Alan ModraPR22187, infinite loop in find_abstract_instance_name
2017-09-24 Alan ModraPR22186, divide-by-zero in decode_line_info
2017-09-24 Alan ModraPR22169, heap-based buffer overflow in read_1_byte
2017-09-24 Alan ModraPR22167, NULL pointer dereference in scan_unit_for_symbols
2017-09-01 Nick CliftonPrevent an address violation parsing corrupt DWARF...
2017-08-31 Nick CliftonFix buffer read overrun by ensuring that DWARF sections...
2017-07-12 Alan Modrabfd_error_handler bfd_vma and bfd_size_type args
2017-07-05 H.J. LuFix build with GCC 4.2
2017-07-04 Jan Kratochvil[binutils patch] DWARF-5: Extend bfd/dwarf2.c parse_com...
2017-04-23 Alan ModraPR 21409, segfault in _bfd_dwarf2_find_nearest_line
2017-03-29 Nick CliftonImprove the speed of scanning PE binaries for line...
2017-02-17 Pedro Alvesbfd: Rename real_{ftell, fseek, fopen}
2017-02-17 Pedro Alvesbfd: Rename read_{signed,unsigned}_leb128, safe_read_leb128
2017-02-16 Andrew Burgessbfd: Improve lookup of file / line information for...
2017-02-16 Andrew Burgessbfd/dwarf: Improve use of previously loaded dwarf infor...
2017-02-13 Nick CliftonFix invalid memory access in the BFD library's DWARF...
2017-01-12 Nick CliftonAdd support for locating separate debug info files...
2017-01-09 Nick CliftonSpeed up objdump when displaying disassembly mixed...
2017-01-02 Alan ModraUpdate year range in copyright notice of all files.
2016-11-21 Maciej W. RozyckiBFD/DWARF2: Correct an `index' global shadowing error
2016-11-08 Pedro AlvesFix bfd/dwarf2.c build breakage
2016-11-08 Igor TsimbalistGreatly improve the speed if looking up DWARF line...
2016-10-19 Nick CliftonAdd c-format tags to translatable strings with more...
2016-09-30 Alan ModraRemove syntactic sugar
2016-04-04 Nick CliftonIgnore DWARF debug information with a version of 0...
2016-03-22 Alan ModraAttribute with DW_FORM_flag_present
2016-01-28 H.J. LuSet BFD_DECOMPRESS to decompress debug sections
2016-01-01 Alan ModraCopyright update for binutils
2015-12-02 Alan Modraaddr2line vs. inlined C functions called from C++
2015-11-09 Dominik Vogtbfd: Fix left shift of negative value.
2015-03-05 Nick CliftonAllows the binutils to cope with PE binaries where...
2015-02-15 Alan Modrafix dbb3fbbb dwarf2.c breakage
2015-02-12 Nick CliftonFix memory access violations triggered by running addr2...
2015-01-27 Nick CliftonFixes for memory access violations triggered by running...
2015-01-01 Alan ModraChangeLog rotatation and copyright year update
2014-12-10 Alan ModraDon't return DW_AT_name for function name in C++
2014-12-10 Alan ModraDon't access elf tdata in dwarf.c without first checkin...
2014-10-15 Alan ModraMerge bfd_find_nearest_line variants
2014-09-15 Chen GangThis fixes a typo in a previous commit.
2014-06-26 Nick CliftonFixes a problem displaying the contents of a binary...
2014-05-28 Tristan Gingoldaddr2line: fix missing inlined frames.
2014-04-24 Alan ModraPR16867, linking object with separate debug file
2014-04-23 Alan ModraPR ld/16787, stale dwarf2 stash
2014-03-05 Alan ModraUpdate copyright years
2014-01-28 Nick CliftonWhen parsing a DW_FORM_ref_addr attribute the CU contai...
2013-10-25 Nick Clifton PR binutils/15994
2013-10-25 Nick Clifton PR binutils/15994
2013-05-29 Nick Clifton * dwarf2.c (struct dwarf2_debug): Add fields for handling
2013-01-10 H.J. LuRemove trailing white spaces in bfd
2012-11-09 H.J. LuRemove trailing redundant `;'
2012-08-01 Alan Modra * dwarf2.c (struct dwarf2_debug): Add close_on_cleanup.
2012-07-26 Cary Coutant2012-07-26 Teresa Johnson <tejohnson@google.com>
2012-07-24 Cary Coutant2012-07-24 Teresa Johnson <tejohnson@google.com>
2012-05-16 Alan Modra * dwarf2.c: Formatting.
2012-05-03 Tristan Gingold2012-05-03 Tristan Gingold <gingold@adacore.com>
2012-04-27 Mark Wielaard * dwarf2.c (scan_unit_for_symbols): Account...
2012-01-04 Tristan Gingold2012-01-04 Shinichiro Hamaji <shinichiro.hamaji@gmail...
2011-12-13 Tristan Gingold2011-12-13 Shinichiro Hamaji <shinichiro.hamaji@gmail...
2011-09-30 Tristan Gingold2011-09-30 Tristan Gingold <gingold@adacore.com>
2011-07-26 Jakub Jelinek * dwarf2.c (dwarf_debug_sections): Add .debug_macro
2011-04-28 Mike Frysingerbfd: constify a few arrays
2011-04-07 Cary Coutant * dwarf2.c (scan_unit_for_symbols): Check for DW_AT_sp...
2011-03-03 Michael Snyder2011-03-03 Michael Snyder <msnyder@vmware.com>
2010-10-29 H.J. LuAdd compressed debug section support to binutils and ld.
2010-07-14 Cary Coutant PR ld/11817
next