aboutsummaryrefslogtreecommitdiff
path: root/binutils/dwarf.c
AgeCommit message (Expand)AuthorFilesLines
11 daysAssertion `(data) <= (end)' failed in read_basesAlan Modra1-24/+29
2024-06-17PR31898 bug in processing DW_RLE_startx_endxAlan Modra1-4/+4
2024-05-15[binutils/readelf] Fix handling of DW_MACRO_define_strx in dwo fileTom de Vries1-3/+11
2024-05-15[binutils/readelf] Fix printing of dwarf4 .debug_str_offsets.dwoTom de Vries1-0/+1
2024-05-10Add missing \n to the end of warning messages in dwarf.c.Nick Clifton1-14/+14
2024-04-12Re: Fix null pointer dereference in process_debug_info()Alan Modra1-11/+8
2024-04-03Fix null pointer dereference in process_debug_info()Nick Clifton1-7/+10
2024-03-19Fix seg-fault in the DWARF reader code when accessing an abbreviatuin table w...Nick Clifton1-8/+17
2024-02-23x86: also permit YMM/ZMM use in CFI directivesJan Beulich1-1/+2
2024-01-26Assertion failure dumping .eh_frame_hdrAlan Modra1-6/+6
2024-01-19Update readelf's and objdump's debug frame displaying feature to include the ...Nick Clifton1-0/+260
2024-01-04Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2023-12-15Re: readelf..debug-dump=loc displays bogus base addressesAlan Modra1-16/+10
2023-12-05memory leak in display_debug_addrAlan Modra1-6/+7
2023-12-04Fix two buglets in .debug_names dumpingTom Tromey1-3/+8
2023-12-01binutils/Dwarf: avoid "shadowing" of glibc function nameJan Beulich1-10/+10
2023-11-20Restore .gdb_index v9 display in readelfTom Tromey1-8/+49
2023-11-10readelf..debug-dump=loc displays bogus base addressesVsevolod Alekseyev1-305/+160
2023-10-24[readelf] Handle unknown name of main in .gdb_index sectionTom de Vries1-7/+12
2023-10-10asan: null dereference in read_and_display_attr_valueAlan Modra1-16/+9
2023-10-10[readelf] Handle .gdb_index section version 9Tom de Vries1-63/+113
2023-10-03Fix: readelf..info misreports DW_FORM_loclistx, DW_FORM_rnglistxVsevolod Alekseyev1-79/+31
2023-09-25Fix readelf's display of dwarf v5 range listsVsevolod Alekseyev1-157/+354
2023-08-30binutils/dwarf.c abbrev list leakAlan Modra1-1/+7
2023-08-30Re: readelf/objdump: Handle DWARF info with mixed types of range sectionAlan Modra1-1/+4
2023-08-23readelf/objdump: Handle DWARF info with mixed types of range section.Nick Clifton1-5/+25
2023-08-22objdump: file name table entry count checkAlan Modra1-3/+3
2023-06-09readelf/objdump remember_state memory leaksAlan Modra1-5/+7
2023-04-20ubsan: signed integer overflow in display_debug_lines_rawAlan Modra1-4/+4
2023-04-19Fix: readelf: loc_offset XX too bigNick Clifton1-1/+1
2023-04-18objdump buffer overflow in fetch_indexed_stringAlan Modra1-13/+7
2023-04-11Replace an assertion in the dwarf code with a warning message.Nick Clifton1-2/+8
2023-04-11Fix an attempt to allocate an excessive amount of memory when parsing a corru...Nick Clifton1-0/+13
2023-04-11Fix a potential illegal memory access when displaying corrupt DWARF information.Nick Clifton1-10/+14
2023-04-03Memory leak in process_abbrev_setAlan Modra1-7/+3
2023-03-30Fix an illegal memory access triggered by parsing corrupt DWARF info.Nick Clifton1-3/+29
2023-03-14Prevent an over large memory allocation in readelf when parsing a corrupt DWA...Nick Clifton1-0/+3
2023-03-14Adjust the decoded line output to fit into 80 columns.Nick Clifton1-5/+10
2023-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2022-12-30PR29948, heap-buffer-overflow in display_debug_lines_decodedAlan Modra1-52/+64
2022-12-19Tidy PR29893 and PR29908 fixAlan Modra1-20/+4
2022-12-19Fix potential illegal memory accesses when parsing corrupt DWARF data.Nick Clifton1-0/+14
2022-12-16Fix previous delta to allow for compilation on 32-bit systemsNick Clifton1-3/+3
2022-12-16Fix a potential illegal memory access when parsing corrupt DWARF information.Nick Clifton1-1/+20
2022-12-14asan: signed integer overflow in display_debug_framesAlan Modra1-108/+116
2022-12-13PR29893, buffer overflow in display_debug_addrAlan Modra1-2/+7
2022-12-12PR29872, uninitialised value in display_debug_lines_decoded dwarf.c:5413Alan Modra1-27/+38
2022-12-11PR29870, objdump SEGV in display_debug_lines_decoded dwarf.c:5524Alan Modra1-2/+2
2022-12-01binutils: improve holes detection in .debug_loclists.Clément Chigot1-14/+33
2022-11-23Don't use "long" in readelf for file offsetsAlan Modra1-7/+7