aboutsummaryrefslogtreecommitdiff
path: root/bfd/peXXigen.c
AgeCommit message (Expand)AuthorFilesLines
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
2018-02-12Add support for reading msdos MZ executables.Zebediah Figura1-2/+2
2018-01-03Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2017-12-06BFD whitespace fixesAlan Modra1-164/+164
2017-09-14Fix address violation when parsing a corrupt PE binary.Nick Clifton1-2/+3
2017-07-12bfd_error_handler bfd_vma and bfd_size_type argsAlan Modra1-2/+2
2017-06-06Handle printing information about PE format files which have 0 as the value o...Daniel Bonniot de Ruisselet1-0/+5
2017-05-18Don't compare boolean values against TRUE or FALSEAlan Modra1-9/+9
2017-04-19Correct PE reloc displayWedson Almeida Filho1-1/+1
2017-04-13Use %A and %B in more error messagesAlan Modra1-7/+6
2017-04-04Use symbolic constants instead of magic numbers with add_data_entry()Jon Turney1-5/+5
2017-01-02Update year range in copyright notice of all files.Alan Modra1-1/+1
2016-11-25Prevent problems with section alignment by not shrinking the .rsrc section.Jon Turney1-20/+2
2016-10-19Add c-format tags to translatable strings with more than one argument-using f...Nick Clifton1-3/+23
2016-09-30Remove syntactic sugarAlan Modra1-4/+4
2016-09-27Ensure that the timestamp in PE/COFF headers is always initialised.Nick Clifton1-0/+2
2016-03-22Fix possible unbounded stack use in peXXigen.cNick Clifton1-5/+9
2016-01-18Use a 32-bit value to hold the section number in the internal COFF symbol str...Nick Clifton1-2/+2
2016-01-01Copyright update for binutilsAlan Modra1-1/+1
2015-08-18Add output_type to bfd_link_infoH.J. Lu1-2/+2
2015-08-12Remove trailing spaces in bfdH.J. Lu1-2/+2
2015-06-15Allow gdb to find debug symbols file by build-id for PE file format alsoJon Turney1-1/+1
2015-05-06Skip discarded resource sections when building a PE resource table.Toni Spets1-1/+2
2015-02-26Fixes illegal memory access errors and arithmetic overflows when running stri...Nick Clifton1-2/+2
2015-02-24Fixes compiling peXXigen under MAC OS/X where the wcsncasecmp function is not...Nick Clifton1-4/+25
2015-02-10Fix memory access violations triggered by running objdump compiled with out-o...Nick Clifton1-4/+8