Age | Commit message (Expand) | Author | Files | Lines |
2023-01-10 | peXXigen.c sanity checks | Alan Modra | 1 | -44/+52 |
2023-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2022-10-26 | buffer overflow in _bfd_XX_print_ce_compressed_pdata | Alan Modra | 1 | -0/+2 |
2022-10-20 | ld: Add --pdb option | Mark Harmstone | 1 | -7/+23 |
2022-10-07 | PR29653, objcopy/strip: fuzzed small input file induces large output file | Alan Modra | 1 | -37/+18 |
2022-08-10 | bfd: Add support for LoongArch64 EFI (efi-*-loongarch64). | Youling Tang | 1 | -21/+28 |
2022-05-19 | COFF/PE: keep linker version during objcopy / strip | Jan Beulich | 1 | -4/+14 |
2022-03-17 | Re: asan: buffer overflow in peXXigen.c | Alan Modra | 1 | -44/+52 |
2022-02-16 | asan: buffer overflow in peXXigen.c | Alan Modra | 1 | -4/+10 |
2022-01-02 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2021-12-31 | ld: fix coff PE SEH | Tamar Christina | 1 | -2/+2 |
2021-11-23 | AArch64: Add support for AArch64 EFI (efi-*-aarch64). | Tamar Christina | 1 | -20/+23 |
2021-11-10 | PR 28447: implement multiple parameters for .file on XCOFF | Clément Chigot | 1 | -6/+6 |
2021-04-21 | Extend the description of PE header flags. | Eli Zaretskii | 1 | -0/+31 |
2021-04-05 | C99 bfd configury | Alan Modra | 1 | -23/+3 |
2021-03-31 | Use bool in bfd | Alan Modra | 1 | -142/+142 |
2021-03-22 | bfd: add translation wrappers to PE image section RVA diagnostics | Jan Beulich | 1 | -2/+2 |
2021-03-16 | Fix a potential buffer overrun qwhen writing out PE aux entries. | Nick Clifton | 1 | -1/+1 |
2021-03-09 | bfd: don't silently wrap or truncate PE image section RVAs | Jan Beulich | 1 | -5/+7 |
2021-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2020-12-18 | Remove some static buffers | Alan Modra | 1 | -4/+7 |
2020-08-21 | fix objcopy of PE images with .buildid section | Jan Beulich | 1 | -15/+19 |
2020-07-09 | Remove powerpc PE support | Alan Modra | 1 | -112/+1 |
2020-06-29 | asan: _bfd_pei_slurp_codeview_record use of uninit value | Alan Modra | 1 | -2/+8 |
2020-06-29 | C++ comments | Alan Modra | 1 | -5/+5 |
2020-05-21 | Replace "if (x) free (x)" with "free (x)", bfd | Alan Modra | 1 | -20/+10 |
2020-04-15 | PR25823, Use after free in bfd_hash_lookup | Alan Modra | 1 | -10/+10 |
2020-03-30 | Fix objcopy's --preserve-dates command line option so that it will work with ... | Nick Clifton | 1 | -2/+2 |
2020-02-19 | bfd_size_type to size_t | Alan Modra | 1 | -2/+2 |
2020-01-30 | Identify reproducible builds in 'objdump -p' output for PE files | Jon Turney | 1 | -5/+80 |
2020-01-30 | Add some new PE_IMAGE_DEBUG_TYPE values | Jon Turney | 1 | -1/+6 |
2020-01-30 | Bugfixes for pe_print_debugdata() | Jon Turney | 1 | -3/+5 |
2020-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2019-12-05 | Fix a problem computing the size fields in the PE format header. | Nick Clifton | 1 | -0/+3 |
2019-10-29 | When copying pe format files, copy the dos_message array, rather than re-init... | Andrew Eikum | 1 | -16/+5 |
2019-10-14 | PR24955, libbfd terminating program on out of memory (part2) | Alan Modra | 1 | -1/+4 |
2019-07-23 | Allow objdump to recognise the System.Runtime.dll files that get shipped with... | Omar Majid | 1 | -0/+7 |
2019-03-01 | PR24272, out-of-bounds read in pex64_xdata_print_uwd_codes | Alan Modra | 1 | -18/+17 |
2019-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2018-11-09 | Correct comment concerning PE timestamp insertion. | Bernhard M. Wiedemann | 1 | -1/+2 |
2018-10-16 | Simplify PR23110 PE_DEBUG_DATA size checks | Alan Modra | 1 | -12/+2 |
2018-10-16 | PR23781, _bfd_pe_bfd_copy_private_bfd_data_common memory leak | Alan Modra | 1 | -0/+4 |
2018-09-20 | PR23685, buffer overflow | Alan Modra | 1 | -5/+6 |
2018-05-09 | PR23148, Heap buffer overflow in pe_print_edata | Alan Modra | 1 | -1/+1 |
2018-05-09 | PR23147, Heap buffer overflow in pe_print_idata | Alan Modra | 1 | -1/+1 |
2018-05-07 | Replace uses of strncmp with memcmp | Alan Modra | 1 | -7/+7 |
2018-05-04 | -Wstringop-truncation warnings | Alan Modra | 1 | -3/+4 |
2018-04-24 | Fix an illegal memory access when copying a PE format file with corrupt debug... | Nick Clifton | 1 | -0/+9 |
2018-02-26 | AOUT/COFF/PE messages | Alan Modra | 1 | -6/+6 |
2018-02-19 | %L conversions | Alan Modra | 1 | -3/+5 |