aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Replace uses of asprintf with xasprintfAlan Modra2024-10-241-24/+4
* get_type_abbrev_from_form tidyAlan Modra2024-08-291-25/+19
* skip_attr_bytes assertion (data) <= (end) failAlan Modra2024-08-011-1/+4
* Assertion `(data) <= (end)' failed in read_basesAlan Modra2024-06-301-24/+29
* PR31898 bug in processing DW_RLE_startx_endxAlan Modra2024-06-171-4/+4
* [binutils/readelf] Fix handling of DW_MACRO_define_strx in dwo fileTom de Vries2024-05-151-3/+11
* [binutils/readelf] Fix printing of dwarf4 .debug_str_offsets.dwoTom de Vries2024-05-151-0/+1
* Add missing \n to the end of warning messages in dwarf.c.Nick Clifton2024-05-101-14/+14
* Re: Fix null pointer dereference in process_debug_info()Alan Modra2024-04-121-11/+8
* Fix null pointer dereference in process_debug_info()Nick Clifton2024-04-031-7/+10
* Fix seg-fault in the DWARF reader code when accessing an abbreviatuin table w...Nick Clifton2024-03-191-8/+17
* x86: also permit YMM/ZMM use in CFI directivesJan Beulich2024-02-231-1/+2
* Assertion failure dumping .eh_frame_hdrAlan Modra2024-01-261-6/+6
* Update readelf's and objdump's debug frame displaying feature to include the ...Nick Clifton2024-01-191-0/+260
* Update year range in copyright notice of binutils filesAlan Modra2024-01-041-1/+1
* Re: readelf..debug-dump=loc displays bogus base addressesAlan Modra2023-12-151-16/+10
* memory leak in display_debug_addrAlan Modra2023-12-051-6/+7
* Fix two buglets in .debug_names dumpingTom Tromey2023-12-041-3/+8
* binutils/Dwarf: avoid "shadowing" of glibc function nameJan Beulich2023-12-011-10/+10
* Restore .gdb_index v9 display in readelfTom Tromey2023-11-201-8/+49
* readelf..debug-dump=loc displays bogus base addressesVsevolod Alekseyev2023-11-101-305/+160
* [readelf] Handle unknown name of main in .gdb_index sectionTom de Vries2023-10-241-7/+12
* asan: null dereference in read_and_display_attr_valueAlan Modra2023-10-101-16/+9
* [readelf] Handle .gdb_index section version 9Tom de Vries2023-10-101-63/+113
* Fix: readelf..info misreports DW_FORM_loclistx, DW_FORM_rnglistxVsevolod Alekseyev2023-10-031-79/+31
* Fix readelf's display of dwarf v5 range listsVsevolod Alekseyev2023-09-251-157/+354
* binutils/dwarf.c abbrev list leakAlan Modra2023-08-301-1/+7
* Re: readelf/objdump: Handle DWARF info with mixed types of range sectionAlan Modra2023-08-301-1/+4
* readelf/objdump: Handle DWARF info with mixed types of range section.Nick Clifton2023-08-231-5/+25
* objdump: file name table entry count checkAlan Modra2023-08-221-3/+3
* readelf/objdump remember_state memory leaksAlan Modra2023-06-091-5/+7
* ubsan: signed integer overflow in display_debug_lines_rawAlan Modra2023-04-201-4/+4
* Fix: readelf: loc_offset XX too bigNick Clifton2023-04-191-1/+1
* objdump buffer overflow in fetch_indexed_stringAlan Modra2023-04-181-13/+7
* Replace an assertion in the dwarf code with a warning message.Nick Clifton2023-04-111-2/+8
* Fix an attempt to allocate an excessive amount of memory when parsing a corru...Nick Clifton2023-04-111-0/+13
* Fix a potential illegal memory access when displaying corrupt DWARF information.Nick Clifton2023-04-111-10/+14
* 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-301-3/+29
* Prevent an over large memory allocation in readelf when parsing a corrupt DWA...Nick Clifton2023-03-141-0/+3
* Adjust the decoded line output to fit into 80 columns.Nick Clifton2023-03-141-5/+10
* Update year range in copyright notice of binutils filesAlan Modra2023-01-011-1/+1
* PR29948, heap-buffer-overflow in display_debug_lines_decodedAlan Modra2022-12-301-52/+64
* Tidy PR29893 and PR29908 fixAlan Modra2022-12-191-20/+4
* Fix potential illegal memory accesses when parsing corrupt DWARF data.Nick Clifton2022-12-191-0/+14
* Fix previous delta to allow for compilation on 32-bit systemsNick Clifton2022-12-161-3/+3
* Fix a potential illegal memory access when parsing corrupt DWARF information.Nick Clifton2022-12-161-1/+20
* asan: signed integer overflow in display_debug_framesAlan Modra2022-12-141-108/+116
* PR29893, buffer overflow in display_debug_addrAlan Modra2022-12-131-2/+7
* PR29872, uninitialised value in display_debug_lines_decoded dwarf.c:5413Alan Modra2022-12-121-27/+38