summaryrefslogtreecommitdiff
path: root/binutils
Commit message (Expand)AuthorAgeFilesLines
* Re: stack overflow in debug_write_typeAlan Modra2023-05-101-1/+2
* Correct a spelling mistake in the binutils README file.Enze Li2023-05-092-1/+5
* stack overflow in debug_write_typeAlan Modra2023-05-091-1/+6
* Remove Dimity Diky as MSP430 maintainer.Nick Clifton2023-05-022-1/+4
* binutils runtest $CCAlan Modra2023-04-263-9/+13
* objcopy of archives tidyAlan Modra2023-04-241-16/+19
* MIPS: support mips*64 as CPU and gnuabi64 as ABIYunQiang Su2023-04-231-0/+1
* Add a SECURITY.txt file describing the GNU Binutils' project's stance on secu...Nick Clifton2023-04-202-0/+72
* ubsan: signed integer overflow in display_debug_lines_rawAlan Modra2023-04-202-16/+17
* Fix: readelf: loc_offset XX too bigNick Clifton2023-04-192-2/+9
* objdump use of uninitialised value in pr_string_fieldAlan Modra2023-04-181-1/+2
* objdump buffer overflow in fetch_indexed_stringAlan Modra2023-04-181-13/+7
* Make the .rsrc section read only.Nick Clifton2023-04-172-1/+7
* Replace an assertion in the dwarf code with a warning message.Nick Clifton2023-04-112-2/+12
* Fix an attempt to allocate an excessive amount of memory when parsing a corru...Nick Clifton2023-04-112-0/+17
* Fix a potential illegal memory access when displaying corrupt DWARF information.Nick Clifton2023-04-112-10/+18
* Fix an attempt to allocate an overlarge amount of memory when decoding a corr...Nick Clifton2023-04-112-6/+27
* Re: objcopy write_debugging_info memory leaksAlan Modra2023-04-061-6/+1
* objdump print_debugging_info memory leaksAlan Modra2023-04-061-148/+172
* objdump -g on gcc COFF/PE filesAlan Modra2023-04-061-4/+6
* objcopy write_debugging_info memory leaksAlan Modra2023-04-062-217/+167
* Use bfd_alloc memory for read_debugging_info storageAlan Modra2023-04-048-325/+313
* rddbg.c stabs FIXMEsAlan Modra2023-04-035-23/+36
* Memory leak in process_abbrev_setAlan Modra2023-04-031-7/+3
* Fix an illegal memory access triggered by parsing corrupt DWARF info.Nick Clifton2023-03-302-3/+35
* Tidy leaked objcopy memoryAlan Modra2023-03-302-22/+31
* Tidy memory on addr2line failuresAlan Modra2023-03-301-0/+3
* Use stdint types in coff internal_auxentAlan Modra2023-03-271-4/+4
* coffgrok access of u.auxent.x_sym.x_tagndx.pAlan Modra2023-03-271-30/+10
* Add support to readelf for the PT_OPENBSD_MUTABLE segment type.Frederic Cambus2023-03-232-0/+6
* Another sanity check for read_section_stabs_debugging_infoAlan Modra2023-03-191-0/+1
* readelf: add support for QNT_STACK note subsectionsClément Chigot2023-03-161-0/+67
* Re: Sanity check read_section_stabs_debugging_infoAlan Modra2023-03-161-1/+2
* Prevent an over large memory allocation in readelf when parsing a corrupt DWA...Nick Clifton2023-03-142-0/+9
* Adjust the decoded line output to fit into 80 columns.Nick Clifton2023-03-143-16/+21
* objdump segfault after symbol table errorAlan Modra2023-03-141-0/+2
* Sanity check read_section_stabs_debugging_infoAlan Modra2023-03-141-10/+9
* objdump: report no section contentsAlan Modra2023-03-091-10/+10
* Re: Move nm.c cached line number info to bfd usrdataAlan Modra2023-03-081-6/+7
* Downgrade objdump fatal errors to non-fatalAlan Modra2023-03-061-48/+95
* Downgrade addr2line fatal errors to non-fatalAlan Modra2023-03-061-5/+14
* Downgrade nm fatal errors to non-fatalAlan Modra2023-03-061-24/+12
* Move nm.c cached line number info to bfd usrdataAlan Modra2023-03-061-85/+65
* Correct objdump command line error handlingAlan Modra2023-03-061-10/+15
* Tidy type handling in binutils/rdcoff.cAlan Modra2023-03-031-80/+26
* binutils coff type listAlan Modra2023-03-031-18/+12
* testsuite: prune DOS drive letter in test outputsClément Chigot2023-02-241-1/+17
* set bfd_error on make_tempname or make_tempdir failureAlan Modra2023-02-221-1/+5
* Re: objdump read_section_stabsAlan Modra2023-02-221-1/+1
* Re: objdump read_section_stabsAlan Modra2023-02-221-1/+1