Age | Commit message (Expand) | Author | Files | Lines |
2020-03-19 | Invalid read in process_netbsd_elf_note | Alan Modra | 1 | -7/+10 |
2020-03-16 | asan: readelf leak in hppa_process_unwind | Alan Modra | 1 | -79/+75 |
2020-03-14 | Re: asan: more readelf leaks | Alan Modra | 1 | -0/+2 |
2020-03-14 | readelf large memory allocation | Alan Modra | 1 | -1/+2 |
2020-03-14 | asan: readelf: memory leaks | Alan Modra | 1 | -8/+30 |
2020-03-14 | Implement NT_NETBSDCORE_LWPSTATUS (NetBSD-Core) | Kamil Rytarowski | 1 | -1/+6 |
2020-03-13 | asan: more readelf leaks | Alan Modra | 1 | -58/+94 |
2020-03-12 | asan: readelf leaks | Alan Modra | 1 | -1/+23 |
2020-03-09 | PR25645, readelf segfault reading fuzzed alpha-vms binary | Alan Modra | 1 | -12/+12 |
2020-03-08 | readelf.c: Fix a typo in comments | H.J. Lu | 1 | -1/+1 |
2020-03-02 | Restore readelf's string dump to previous behaviour where newlines were cause... | Nick Clifton | 1 | -7/+73 |
2020-02-27 | Fix an illegal memory access by readelf when displaying the contents of a cor... | Nick Clifton | 1 | -0/+3 |
2020-02-26 | Indent labels | Alan Modra | 1 | -1/+1 |
2020-02-07 | Add support for the GBZ80 and Z80N variants of the Z80 architecture, and add ... | Sergey Belyashov | 1 | -0/+1 |
2020-02-03 | readelf: add missing newlines to error messages | Andreas Schwab | 1 | -6/+9 |
2020-01-28 | Improve warning message from debuginfod support in readelf. | Nick Clifton | 1 | -21/+16 |
2020-01-24 | Fix issue with warning messages about corrupt debuginfod notes. | Nick Clifton | 1 | -2/+2 |
2020-01-22 | PR25417, Fix minor typos | Yuri Chornoivan | 1 | -1/+1 |
2020-01-13 | PR23560, PR23561, readelf memory leaks | Alan Modra | 1 | -11/+20 |
2020-01-09 | Add support for debuginfod to the binutils (disable by default, enabled via a... | Aaron Merey | 1 | -0/+132 |
2020-01-02 | Add support for the GBZ80, Z180, and eZ80 variants of the Z80 architecure. A... | Sergey Belyashov | 1 | -0/+29 |
2020-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2019-12-23 | Revise sleb128 and uleb128 reader | Alan Modra | 1 | -154/+71 |
2019-11-28 | binutils: Rename init_dwarf_regnames | Andrew Burgess | 1 | -1/+1 |
2019-11-06 | Fix an off-by-one error in the IN_RANGE macro used by readelf. Add another u... | Christian Eggers | 1 | -3/+7 |
2019-10-25 | readelf PT_PHDR check | Alan Modra | 1 | -5/+11 |
2019-10-07 | Add support for new functionality in the msp430 backend of GCC. | Jozef Lawrynowicz | 1 | -1/+31 |
2019-10-03 | binutils: spaces -> tabs in CTF parts of objdump and readelf | Nick Alcock | 1 | -11/+11 |
2019-10-03 | binutils: readelf: when dumping CTF, load strtab and symtab automatically | Nick Alcock | 1 | -2/+8 |
2019-10-03 | libctf, binutils: dump the CTF header | Nick Alcock | 1 | -3/+4 |
2019-09-30 | PR25046, readelf "Reading xxx bytes extends past end of file for dynamic sect... | Alan Modra | 1 | -3/+3 |
2019-08-16 | PR24909, Uninitialized use on stack in readelf | Alan Modra | 1 | -6/+3 |
2019-08-09 | Add support for a MIPS specific .MIPS.xhash section. | Mihailo Stojanovic | 1 | -4/+48 |
2019-08-08 | Change the output of readelf's note display so that the "Data size" column he... | Nick Clifton | 1 | -1/+1 |
2019-08-08 | readelf: mask unknown description data bytes. | Jordan Rupprecht via binutils | 1 | -1/+1 |
2019-08-08 | Integer overflows in readelf get_data | Alan Modra | 1 | -8/+6 |
2019-08-07 | PR24876, readelf: heap-buffer-overflow in dump_ia64_unwind | Alan Modra | 1 | -1/+2 |
2019-08-05 | Catch potential integer overflow in readelf when processing corrupt binaries. | Nick Clifton | 1 | -1/+1 |
2019-08-02 | PR24871, readelf segv in dump_ia64_unwind | Alan Modra | 1 | -7/+15 |
2019-07-25 | Stop an illegal memory access by readelf when parsing a corrupt MIPS binary f... | Nick Clifton | 1 | -4/+35 |
2019-07-23 | SHF_GNU_MBIND requires ELFOSABI_GNU | Alan Modra | 1 | -43/+56 |
2019-06-25 | readelf: avoid shadowing a libiberty symbol | Jan Beulich | 1 | -2/+2 |
2019-06-12 | Add support for NetBSD PaX notes to readelf. | Christos Zoulas | 1 | -15/+32 |
2019-06-12 | Add support for NetBSD/sh3 core reg sections to readelf. | Christos Zoulas | 1 | -0/+17 |
2019-06-12 | Add support to readelf to display NetBSD auxv notes in core files. | Christos Zoulas | 1 | -10/+21 |
2019-06-11 | Add support for reporting Alpha and Vax symbol visibility in readelf. | Christos Zoulas | 1 | -0/+18 |
2019-06-11 | Fix an unitinitalised local variable in decode_arm_unwind(). | Christos Zoulas | 1 | -0/+5 |
2019-06-03 | Revert patch that disables building libctf for non-ELF based targets. | Nick Clifton | 1 | -22/+0 |
2019-05-31 | libctf: fix a number of build problems found on Solaris and NetBSD | Jose E. Marchesi | 1 | -3/+0 |
2019-05-30 | Harmonize readelf's output for version sections. | Nick Clifton | 1 | -2/+2 |