summaryrefslogtreecommitdiff
path: root/binutils/dwarf.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* PR29870, objdump SEGV in display_debug_lines_decoded dwarf.c:5524Alan Modra2022-12-111-2/+2
* binutils: improve holes detection in .debug_loclists.Clément Chigot2022-12-011-14/+33
* Don't use "long" in readelf for file offsetsAlan Modra2022-11-231-7/+7
* PR29799 heap buffer overflow in display_gdb_index dwarf.c:10548Alan Modra2022-11-181-1/+1
* Pool section entries for DWP version 1Alan Modra2022-10-301-49/+41
* RISC-V: Assign DWARF numbers to vector registersTsukasa OI2022-10-031-10/+18
* Bug 29580 - typo in warning message: .note.gnu.build-id data size is too bugZeke Lu2022-09-201-1/+1
* i686-w64-mingw32-objdump -WL returns incorrect file pathsNick Clifton2022-09-081-0/+7
* PR29362, some binutils memory leaksAlan Modra2022-08-161-28/+24
* readelf: print 0x0 as 0, and remove trailing spacesAlan Modra2022-08-131-95/+95
* Make dwarf_vma uint64_tAlan Modra2022-08-131-982/+882
* Don't use bfd_size_type in readelf.c and dwarf.cAlan Modra2022-08-131-30/+28
* Sanity check loc_offsets indexAlan Modra2022-08-051-10/+20
* binutils/Dwarf: avoid "shadowing" of glibc function nameJan Beulich2022-08-051-13/+13
* PR29390, DW_CFA_AARCH64_negate_ra_state vs. DW_CFA_GNU_window_saveAlan Modra2022-07-211-2/+11
* PR29337, readelf CU/TU mixup in .gdb_indexAlan Modra2022-07-211-2/+2
* PR29370, infinite loop in display_debug_abbrevAlan Modra2022-07-211-13/+6
* binutils/dwarf.c: abbrev cachingAlan Modra2022-07-211-98/+110
* miscellaneous dwarf.c tidiesAlan Modra2022-07-211-110/+106
* Descriptive DWARF operations dump support for DW_AT_rankBhuvanendra Kumar N2022-07-061-0/+1
* Support for location and range lists for split-dwarf and dwarf-5.Bhuvanendra Kumar N2022-07-051-9/+32
* Modified changes for split-dwarf and dwarf-5.Bhuvanendra Kumar N2022-07-041-3/+9
* Add newline to the end of the rnglists displsy.Nick Clifton2022-07-011-0/+1
* Fix implementation of readelf's -wE and -wN options,Nick Clifton2022-06-301-2/+8
* Fix the display of the idnex values for DW_FORM_loclistx and DW_FORM_rnglistx...Nick Clifton2022-06-281-86/+132
* Replace a run-time assertion failure with a warning message when parsing corr...Nick Clifton2022-06-271-1/+6
* Fix NULL pointer indirection when parsing corrupt DWARF data.Nick Clifton2022-06-271-6/+5
* Stop bogus warnings about DWARF indexed string offsets being too big.Nick Clifton2022-06-271-72/+17
* Fix location list offset address dump under DW_AT_location (dwarf-5)Bhuvanendra Kumar N2022-06-271-12/+26
* Binutils support for split-dwarf and dwarf-5Kumar N, Bhuvanendra2022-06-221-14/+43
* PR29270, DW_FORM_udata signed outputAlan Modra2022-06-221-1/+5