Age | Commit message (Expand) | Author | Files | Lines |
2021-10-17 | PR28459, readelf issues bogus warning | Alan Modra | 1 | -1/+0 |
2021-09-29 | PR27202, readelf -wL doesn't work on ".loc 0" | Alan Modra | 1 | -3/+8 |
2021-07-16 | Updated Swedish translation for the binutils sub-directory | Nick Clifton | 1 | -2/+4 |
2021-07-14 | objdump: add DWARF support for AIX | Clément Chigot | 1 | -45/+45 |
2021-07-10 | PR28069, assertion fail in dwarf.c:display_discr_list | Alan Modra | 1 | -16/+8 |
2021-07-05 | PR28047, readelf crash due to assertion failure | Alan Modra | 1 | -6/+10 |
2021-07-02 | PR28048, heap-buffer-overflow on readelf -Ww | Alan Modra | 1 | -1/+1 |
2021-06-30 | Handle DW_FORM_implicit_const when displaying an attribute | Nick Clifton | 1 | -0/+4 |
2021-06-30 | Fix signedness of def_cfa_sf and def_cfa_offset_sf | Richard Henderson | 1 | -7/+9 |
2021-06-19 | dwarf.c: string_fortify.h strncpy error | Alan Modra | 1 | -16/+8 |
2021-06-14 | Use consistent type in binutils/dwarf.c | Eric Botcazou | 1 | -10/+10 |
2021-06-07 | fix Dwarf2 build with certain gcc versions | Jan Beulich | 1 | -1/+1 |
2021-05-19 | Fix a build problem if ENABLE_CHECKING is not defined. | Eli Schwartz | 1 | -0/+4 |
2021-05-19 | PR27884, skip_attr_bytes: Assertion (data) <= (end) failed | Alan Modra | 1 | -19/+23 |
2021-05-15 | process_cu_tu_index | Alan Modra | 1 | -27/+9 |
2021-05-15 | display_gdb_index | Alan Modra | 1 | -11/+7 |
2021-05-15 | display_debug_names | Alan Modra | 1 | -15/+29 |
2021-05-15 | display_debug_frames | Alan Modra | 1 | -103/+107 |
2021-05-15 | read_cie | Alan Modra | 1 | -1/+12 |
2021-05-15 | display_debug_ranges | Alan Modra | 1 | -10/+6 |
2021-05-15 | display_debug_rnglists_list | Alan Modra | 1 | -1/+1 |
2021-05-15 | display_debug_str_offsets | Alan Modra | 1 | -2/+2 |
2021-05-15 | display_debug_aranges | Alan Modra | 1 | -18/+15 |
2021-05-15 | display_loc_list | Alan Modra | 1 | -7/+13 |
2021-05-15 | display_debug_macro | Alan Modra | 1 | -6/+10 |
2021-05-15 | get_line_filename_and_dirname | Alan Modra | 1 | -15/+22 |
2021-05-15 | display_debug_macinfo | Alan Modra | 1 | -9/+15 |
2021-05-15 | display_debug_pubnames_worker | Alan Modra | 1 | -20/+14 |
2021-05-15 | display_debug_lines_decoded | Alan Modra | 1 | -4/+4 |
2021-05-15 | read_debug_line_header | Alan Modra | 1 | -18/+5 |
2021-05-15 | process_debug_info | Alan Modra | 1 | -82/+61 |
2021-05-15 | SAFE_BYTE_GET_INTERNAL | Alan Modra | 1 | -1/+4 |
2021-05-15 | _mul_overflow and get_encoded_value | Alan Modra | 1 | -1/+1 |
2021-05-13 | revert previous delta | Nick Clifton | 1 | -7/+0 |
2021-05-13 | Fix an infinite loop in the DWARF decoder when parsing a corrupt string table. | Nick Clifton | 1 | -1/+8 |
2021-05-13 | PR27861, Infinite loop in dwarf.c:7507-7526 | Alan Modra | 1 | -1/+8 |
2021-05-13 | PR27860, Segmentation fault on readelf -w | Alan Modra | 1 | -0/+2 |
2021-05-12 | Ensure data pointer kept within bounds | Alan Modra | 1 | -40/+56 |
2021-05-12 | SAFE_BYTE_GET | Alan Modra | 1 | -82/+61 |
2021-05-12 | SAFE_BYTE_GET64 | Alan Modra | 1 | -157/+43 |
2021-05-12 | PR27836, readelf -w pointer comparison UB | Alan Modra | 1 | -4/+6 |
2021-05-12 | PR27853, Infinite loop in dwarf.c | Alan Modra | 1 | -12/+12 |
2021-05-12 | PR27849, heap-buffer-overflow on readelf -w | Alan Modra | 1 | -8/+24 |
2021-05-11 | dwarf.c (process_abbrev_set): Properly parenthesize, fix fallout | Hans-Peter Nilsson | 1 | -1/+1 |
2021-05-11 | PR27845, readelf heap-buffer-overflow | Alan Modra | 1 | -38/+42 |
2021-05-10 | Avoid possible pointer wrap | Alan Modra | 1 | -3/+3 |
2021-05-07 | dwarf: Don't omit second operand of '?' operator | Michael Forney | 1 | -3/+7 |
2021-04-30 | Fix attempt to free non-allocated pointer when parsing .debug_sup sections. | Nick Clifton | 1 | -9/+28 |
2021-04-27 | Reject debuglink sections with no associated filename. | Nick Clifton | 1 | -0/+4 |
2021-04-05 | C99 binutils configury | Alan Modra | 1 | -3/+1 |