aboutsummaryrefslogtreecommitdiff
path: root/bfd/peXXigen.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-04Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2022-10-26buffer overflow in _bfd_XX_print_ce_compressed_pdataAlan Modra1-0/+2
2022-10-20ld: Add --pdb optionMark Harmstone1-7/+23
2022-10-07PR29653, objcopy/strip: fuzzed small input file induces large output fileAlan Modra1-37/+18
2022-08-10bfd: Add support for LoongArch64 EFI (efi-*-loongarch64).Youling Tang1-21/+28
2022-05-19COFF/PE: keep linker version during objcopy / stripJan Beulich1-4/+14
2022-03-17Re: asan: buffer overflow in peXXigen.cAlan Modra1-44/+52
2022-02-16asan: buffer overflow in peXXigen.cAlan Modra1-4/+10
2022-01-02Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2021-12-31ld: fix coff PE SEHTamar Christina1-2/+2
2021-11-23AArch64: Add support for AArch64 EFI (efi-*-aarch64).Tamar Christina1-20/+23
2021-11-10PR 28447: implement multiple parameters for .file on XCOFFClément Chigot1-6/+6
2021-04-21Extend the description of PE header flags.Eli Zaretskii1-0/+31
2021-04-05C99 bfd configuryAlan Modra1-23/+3
2021-03-31Use bool in bfdAlan Modra1-142/+142
2021-03-22bfd: add translation wrappers to PE image section RVA diagnosticsJan Beulich1-2/+2
2021-03-16Fix a potential buffer overrun qwhen writing out PE aux entries.Nick Clifton1-1/+1
2021-03-09bfd: don't silently wrap or truncate PE image section RVAsJan Beulich1-5/+7
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-12-18Remove some static buffersAlan Modra1-4/+7
2020-08-21fix objcopy of PE images with .buildid sectionJan Beulich1-15/+19
2020-07-09Remove powerpc PE supportAlan Modra1-112/+1
2020-06-29asan: _bfd_pei_slurp_codeview_record use of uninit valueAlan Modra1-2/+8
2020-06-29C++ commentsAlan Modra1-5/+5
2020-05-21Replace "if (x) free (x)" with "free (x)", bfdAlan Modra1-20/+10
2020-04-15PR25823, Use after free in bfd_hash_lookupAlan Modra1-10/+10
2020-03-30Fix objcopy's --preserve-dates command line option so that it will work with ...Nick Clifton1-2/+2
2020-02-19bfd_size_type to size_tAlan Modra1-2/+2
2020-01-30Identify reproducible builds in 'objdump -p' output for PE filesJon Turney1-5/+80
2020-01-30Add some new PE_IMAGE_DEBUG_TYPE valuesJon Turney1-1/+6
2020-01-30Bugfixes for pe_print_debugdata()Jon Turney1-3/+5
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-12-05Fix a problem computing the size fields in the PE format header.Nick Clifton1-0/+3
2019-10-29When copying pe format files, copy the dos_message array, rather than re-init...Andrew Eikum1-16/+5
2019-10-14PR24955, libbfd terminating program on out of memory (part2)Alan Modra1-1/+4
2019-07-23Allow objdump to recognise the System.Runtime.dll files that get shipped with...Omar Majid1-0/+7
2019-03-01PR24272, out-of-bounds read in pex64_xdata_print_uwd_codesAlan Modra1-18/+17
2019-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2018-11-09Correct comment concerning PE timestamp insertion.Bernhard M. Wiedemann1-1/+2
2018-10-16Simplify PR23110 PE_DEBUG_DATA size checksAlan Modra1-12/+2
2018-10-16PR23781, _bfd_pe_bfd_copy_private_bfd_data_common memory leakAlan Modra1-0/+4
2018-09-20PR23685, buffer overflowAlan Modra1-5/+6
2018-05-09PR23148, Heap buffer overflow in pe_print_edataAlan Modra1-1/+1
2018-05-09PR23147, Heap buffer overflow in pe_print_idataAlan Modra1-1/+1
2018-05-07Replace uses of strncmp with memcmpAlan Modra1-7/+7
2018-05-04-Wstringop-truncation warningsAlan Modra1-3/+4
2018-04-24Fix an illegal memory access when copying a PE format file with corrupt debug...Nick Clifton1-0/+9
2018-02-26AOUT/COFF/PE messagesAlan Modra1-6/+6
2018-02-19%L conversionsAlan Modra1-3/+5
2018-02-19Use %pA and %pB in messages rather than %A and %BAlan Modra1-15/+15