Age | Commit message (Expand) | Author | Files | Lines |
2023-04-20 | ubsan: signed integer overflow in display_debug_lines_raw | Alan Modra | 1 | -4/+4 |
2023-04-19 | Fix: readelf: loc_offset XX too big | Nick Clifton | 1 | -1/+1 |
2023-04-18 | objdump buffer overflow in fetch_indexed_string | Alan Modra | 1 | -13/+7 |
2023-04-11 | Replace an assertion in the dwarf code with a warning message. | Nick Clifton | 1 | -2/+8 |
2023-04-11 | Fix an attempt to allocate an excessive amount of memory when parsing a corru... | Nick Clifton | 1 | -0/+13 |
2023-04-11 | Fix a potential illegal memory access when displaying corrupt DWARF information. | Nick Clifton | 1 | -10/+14 |
2023-04-03 | Memory leak in process_abbrev_set | Alan Modra | 1 | -7/+3 |
2023-03-30 | Fix an illegal memory access triggered by parsing corrupt DWARF info. | Nick Clifton | 1 | -3/+29 |
2023-03-14 | Prevent an over large memory allocation in readelf when parsing a corrupt DWA... | Nick Clifton | 1 | -0/+3 |
2023-03-14 | Adjust the decoded line output to fit into 80 columns. | Nick Clifton | 1 | -5/+10 |
2023-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2022-12-30 | PR29948, heap-buffer-overflow in display_debug_lines_decoded | Alan Modra | 1 | -52/+64 |
2022-12-19 | Tidy PR29893 and PR29908 fix | Alan Modra | 1 | -20/+4 |
2022-12-19 | Fix potential illegal memory accesses when parsing corrupt DWARF data. | Nick Clifton | 1 | -0/+14 |
2022-12-16 | Fix previous delta to allow for compilation on 32-bit systems | Nick Clifton | 1 | -3/+3 |
2022-12-16 | Fix a potential illegal memory access when parsing corrupt DWARF information. | Nick Clifton | 1 | -1/+20 |
2022-12-14 | asan: signed integer overflow in display_debug_frames | Alan Modra | 1 | -108/+116 |
2022-12-13 | PR29893, buffer overflow in display_debug_addr | Alan Modra | 1 | -2/+7 |
2022-12-12 | PR29872, uninitialised value in display_debug_lines_decoded dwarf.c:5413 | Alan Modra | 1 | -27/+38 |
2022-12-11 | PR29870, objdump SEGV in display_debug_lines_decoded dwarf.c:5524 | Alan Modra | 1 | -2/+2 |
2022-12-01 | binutils: improve holes detection in .debug_loclists. | Clément Chigot | 1 | -14/+33 |
2022-11-23 | Don't use "long" in readelf for file offsets | Alan Modra | 1 | -7/+7 |
2022-11-18 | PR29799 heap buffer overflow in display_gdb_index dwarf.c:10548 | Alan Modra | 1 | -1/+1 |
2022-10-30 | Pool section entries for DWP version 1 | Alan Modra | 1 | -49/+41 |
2022-10-03 | RISC-V: Assign DWARF numbers to vector registers | Tsukasa OI | 1 | -10/+18 |
2022-09-20 | Bug 29580 - typo in warning message: .note.gnu.build-id data size is too bug | Zeke Lu | 1 | -1/+1 |
2022-09-08 | i686-w64-mingw32-objdump -WL returns incorrect file paths | Nick Clifton | 1 | -0/+7 |
2022-08-16 | PR29362, some binutils memory leaks | Alan Modra | 1 | -28/+24 |
2022-08-13 | readelf: print 0x0 as 0, and remove trailing spaces | Alan Modra | 1 | -95/+95 |
2022-08-13 | Make dwarf_vma uint64_t | Alan Modra | 1 | -982/+882 |
2022-08-13 | Don't use bfd_size_type in readelf.c and dwarf.c | Alan Modra | 1 | -30/+28 |
2022-08-05 | Sanity check loc_offsets index | Alan Modra | 1 | -10/+20 |
2022-08-05 | binutils/Dwarf: avoid "shadowing" of glibc function name | Jan Beulich | 1 | -13/+13 |
2022-07-21 | PR29390, DW_CFA_AARCH64_negate_ra_state vs. DW_CFA_GNU_window_save | Alan Modra | 1 | -2/+11 |
2022-07-21 | PR29337, readelf CU/TU mixup in .gdb_index | Alan Modra | 1 | -2/+2 |
2022-07-21 | PR29370, infinite loop in display_debug_abbrev | Alan Modra | 1 | -13/+6 |
2022-07-21 | binutils/dwarf.c: abbrev caching | Alan Modra | 1 | -98/+110 |
2022-07-21 | miscellaneous dwarf.c tidies | Alan Modra | 1 | -110/+106 |
2022-07-06 | Descriptive DWARF operations dump support for DW_AT_rank | Bhuvanendra Kumar N | 1 | -0/+1 |
2022-07-05 | Support for location and range lists for split-dwarf and dwarf-5. | Bhuvanendra Kumar N | 1 | -9/+32 |
2022-07-04 | Modified changes for split-dwarf and dwarf-5. | Bhuvanendra Kumar N | 1 | -3/+9 |
2022-07-01 | Add newline to the end of the rnglists displsy. | Nick Clifton | 1 | -0/+1 |
2022-06-30 | Fix implementation of readelf's -wE and -wN options, | Nick Clifton | 1 | -2/+8 |
2022-06-28 | Fix the display of the idnex values for DW_FORM_loclistx and DW_FORM_rnglistx... | Nick Clifton | 1 | -86/+132 |
2022-06-27 | Replace a run-time assertion failure with a warning message when parsing corr... | Nick Clifton | 1 | -1/+6 |
2022-06-27 | Fix NULL pointer indirection when parsing corrupt DWARF data. | Nick Clifton | 1 | -6/+5 |
2022-06-27 | Stop bogus warnings about DWARF indexed string offsets being too big. | Nick Clifton | 1 | -72/+17 |
2022-06-27 | Fix location list offset address dump under DW_AT_location (dwarf-5) | Bhuvanendra Kumar N | 1 | -12/+26 |
2022-06-22 | Binutils support for split-dwarf and dwarf-5 | Kumar N, Bhuvanendra | 1 | -14/+43 |
2022-06-22 | PR29270, DW_FORM_udata signed output | Alan Modra | 1 | -1/+5 |