Age | Commit message (Expand) | Author | Files | Lines |
2019-08-19 | PR24898, An out-of-bounds read occured in display_data | Alan Modra | 2 | -6/+12 |
2019-08-17 | PR24911, Heap overflow issue in qsort_r, dwarf.c | Alan Modra | 2 | -2/+7 |
2019-08-16 | PR24909, Uninitialized use on stack in readelf | Alan Modra | 2 | -6/+9 |
2019-08-15 | Add a description of the 'n' symbol type displayed by nm. | Nick Clifton | 2 | -1/+9 |
2019-08-15 | Correct a typo in the documentation for the disassembler. | Christophe Vidal | 2 | -1/+6 |
2019-08-09 | Add support for a MIPS specific .MIPS.xhash section. | Mihailo Stojanovic | 2 | -4/+58 |
2019-08-09 | Arm: Skip tests on WINCE that require mapping symbols | Tamar Christina | 5 | -0/+11 |
2019-08-08 | Change the output of readelf's note display so that the "Data size" column he... | Nick Clifton | 25 | -24/+53 |
2019-08-08 | Fix problem building PE DLL test generator with compilers that do not support... | Nick Clifton | 2 | -1/+7 |
2019-08-08 | readelf: mask unknown description data bytes. | Jordan Rupprecht via binutils | 2 | -1/+5 |
2019-08-08 | Integer overflows in readelf get_data | Alan Modra | 2 | -8/+10 |
2019-08-07 | Improve the formatting of the title strings of the binutils manual pages. | Nick Clifton | 2 | -18/+25 |
2019-08-07 | Fix the binutils test for .NET assembly support so that it distinguishing bet... | Omair Majid | 3 | -47/+110 |
2019-08-07 | PR24876, readelf: heap-buffer-overflow in dump_ia64_unwind | Alan Modra | 2 | -1/+8 |
2019-08-05 | Fix objcopy's note merging capabilities so that they no longer insist on the ... | Nick Clifton | 2 | -11/+16 |
2019-08-05 | Catch potential integer overflow in readelf when processing corrupt binaries. | Nick Clifton | 2 | -1/+7 |
2019-08-02 | PR24871, readelf segv in dump_ia64_unwind | Alan Modra | 2 | -7/+21 |
2019-07-29 | Support .gnu.lto_.lto section in ELF files (PR 24768). | Martin Liska | 2 | -3/+27 |
2019-07-26 | PR24798, buffer overflow in process_cu_tu_index | Alan Modra | 2 | -29/+32 |
2019-07-25 | Fix attributation of DWARF augmentation patch. | Nick Clifton | 1 | -1/+1 |
2019-07-25 | Have readelf and objdump display the contents of the DWARF augmentation data ... | Tom de Vries | 2 | -1/+27 |
2019-07-25 | Stop an illegal memory access by readelf when parsing a corrupt MIPS binary f... | Nick Clifton | 2 | -4/+41 |
2019-07-24 | Fix ar so that it can correctly detect non-dash prefixed options that appear ... | Nick Clifton | 2 | -1/+19 |
2019-07-23 | Fix objdump's display of indirect strings in object files, which was broken b... | Nick Clifton | 3 | -6/+10 |
2019-07-23 | SHF_GNU_MBIND requires ELFOSABI_GNU | Alan Modra | 2 | -43/+66 |
2019-07-23 | binutils testsuite test for ELF32 vs ELF64 | Alan Modra | 2 | -2/+7 |
2019-07-23 | Allow objdump to recognise the System.Runtime.dll files that get shipped with... | Omar Majid | 5 | -16/+251 |
2019-06-28 | Prevent attempts to allocate excessive amounts of memory when parsing corrupt... | Nick Clifton | 2 | -2/+7 |
2019-06-28 | Prevent an attempt to allocate an excessive amount of memory when dumping the... | Nick Clifton | 2 | -1/+22 |
2019-06-26 | Ensure that when attempting to process an ARM Mach-O file with unknown relocs... | Nick Clifton | 2 | -2/+17 |
2019-06-25 | readelf: avoid shadowing a libiberty symbol | Jan Beulich | 2 | -2/+7 |
2019-06-25 | objdump: avoid shadowing a libiberty symbol | Jan Beulich | 2 | -2/+7 |
2019-06-14 | Regenerate with approved autotools version | Alan Modra | 4 | -15/+19 |
2019-06-12 | Add support for NetBSD PaX notes to readelf. | Christos Zoulas | 2 | -15/+39 |
2019-06-12 | Add support for NetBSD/sh3 core reg sections to readelf. | Christos Zoulas | 2 | -0/+23 |
2019-06-12 | Add support to readelf to display NetBSD auxv notes in core files. | Christos Zoulas | 2 | -10/+27 |
2019-06-11 | Add support for reporting Alpha and Vax symbol visibility in readelf. | Christos Zoulas | 2 | -0/+25 |
2019-06-11 | Fix an unitinitalised local variable in decode_arm_unwind(). | Christos Zoulas | 2 | -0/+11 |
2019-06-10 | Fix printing large decimal values in strings. | Nick Clifton | 2 | -2/+8 |
2019-06-10 | Tidy up ar_open by using asprintf to replace xmalloc and sprintf. | Christos Zoulas | 2 | -2/+15 |
2019-06-03 | Revert patch that disables building libctf for non-ELF based targets. | Nick Clifton | 9 | -150/+28 |
2019-05-31 | libctf: fix a number of build problems found on Solaris and NetBSD | Jose E. Marchesi | 3 | -6/+6 |
2019-05-30 | Harmonize readelf's output for version sections. | Nick Clifton | 2 | -2/+8 |
2019-05-30 | s12z genelf.em | Alan Modra | 2 | -3/+9 |
2019-05-30 | Support tcl procedure calls in run_dump_test xfail | Alan Modra | 2 | -1/+9 |
2019-05-29 | Update release tools with libctf support. | Nick Clifton | 2 | -1/+6 |
2019-05-29 | Do not build libctf for targets that do not use the ELF file format. | Nick Clifton | 9 | -13/+164 |
2019-05-28 | Add libctf to top-level MAINTAINERS; add myself as CTF maintainer. | Nick Alcock | 2 | -0/+5 |
2019-05-28 | binutils: CTF support for objdump and readelf | Nick Alcock | 10 | -27/+480 |
2019-05-27 | readelf group errors/warnings | Alan Modra | 2 | -1/+6 |