aboutsummaryrefslogtreecommitdiff
path: root/bfd/peXXigen.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-02-06Fixes illegal memory accesses triggereb by running a 32-bit binary version of...Nick Clifton1-10/+19
2015-02-03More fixes for illegal memory accesses triggered by running objdump on fuzzed...Nick Clifton1-0/+4
2015-01-21Fix memory access violations triggered by running strip on fuzzed binaries.Nick Clifton1-2/+18
2015-01-08Fix memory access violations exposed by running strip on fuzzed binaries.Nick Clifton1-0/+10
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra1-1/+1
2014-11-18More fixes for illegal memory accesses exposed by fuzzed binaries.Nick Clifton1-1/+9
2014-11-12Fix more memory faults uncovered by fuzzing various executables.Nick Clifton1-9/+16
2014-11-11More fixes for invalid memory accesses, uncovered by valgrind and binary fuzz...Nick Clifton1-7/+24
2014-11-10More fixes for problems exposed by valgrind and the address sanitizerNick Clifton1-8/+25
2014-11-08Correct buffer overrun testAlan Modra1-2/+2
2014-11-07Cast to unsigned long in range checksH.J. Lu1-2/+2
2014-11-05More fixes for memory problems uncovered by file fuzzers.Nick Clifton1-0/+6
2014-11-05More fixes for processing corrupt files.Nick Clifton1-34/+88