summaryrefslogtreecommitdiff
path: root/bfd/peXXigen.c
AgeCommit message (Expand)Author
2018-01-03Update year range in copyright notice of binutils filesAlan Modra
2017-12-06BFD whitespace fixesAlan Modra
2017-09-14Fix address violation when parsing a corrupt PE binary.Nick Clifton
2017-07-12bfd_error_handler bfd_vma and bfd_size_type argsAlan Modra
2017-06-06Handle printing information about PE format files which have 0 as the value o...Daniel Bonniot de Ruisselet
2017-05-18Don't compare boolean values against TRUE or FALSEAlan Modra
2017-04-19Correct PE reloc displayWedson Almeida Filho
2017-04-13Use %A and %B in more error messagesAlan Modra
2017-04-04Use symbolic constants instead of magic numbers with add_data_entry()Jon Turney
2017-01-02Update year range in copyright notice of all files.Alan Modra
2016-11-25Prevent problems with section alignment by not shrinking the .rsrc section.Jon Turney
2016-10-19Add c-format tags to translatable strings with more than one argument-using f...Nick Clifton
2016-09-30Remove syntactic sugarAlan Modra
2016-09-27Ensure that the timestamp in PE/COFF headers is always initialised.Nick Clifton
2016-03-22Fix possible unbounded stack use in peXXigen.cNick Clifton
2016-01-18Use a 32-bit value to hold the section number in the internal COFF symbol str...Nick Clifton
2016-01-01Copyright update for binutilsAlan Modra
2015-08-18Add output_type to bfd_link_infoH.J. Lu
2015-08-12Remove trailing spaces in bfdH.J. Lu
2015-06-15Allow gdb to find debug symbols file by build-id for PE file format alsoJon Turney
2015-05-06Skip discarded resource sections when building a PE resource table.Toni Spets
2015-02-26Fixes illegal memory access errors and arithmetic overflows when running stri...Nick Clifton
2015-02-24Fixes compiling peXXigen under MAC OS/X where the wcsncasecmp function is not...Nick Clifton
2015-02-10Fix memory access violations triggered by running objdump compiled with out-o...Nick Clifton
2015-02-06Fixes illegal memory accesses triggereb by running a 32-bit binary version of...Nick Clifton
2015-02-03More fixes for illegal memory accesses triggered by running objdump on fuzzed...Nick Clifton
2015-01-21Fix memory access violations triggered by running strip on fuzzed binaries.Nick Clifton
2015-01-08Fix memory access violations exposed by running strip on fuzzed binaries.Nick Clifton
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra
2014-11-18More fixes for illegal memory accesses exposed by fuzzed binaries.Nick Clifton
2014-11-12Fix more memory faults uncovered by fuzzing various executables.Nick Clifton
2014-11-11More fixes for invalid memory accesses, uncovered by valgrind and binary fuzz...Nick Clifton
2014-11-10More fixes for problems exposed by valgrind and the address sanitizerNick Clifton
2014-11-08Correct buffer overrun testAlan Modra
2014-11-07Cast to unsigned long in range checksH.J. Lu
2014-11-05More fixes for memory problems uncovered by file fuzzers.Nick Clifton
2014-11-05More fixes for processing corrupt files.Nick Clifton
2014-11-03More fixes for buffer overruns instigated by corrupt binaries.Nick Clifton
2014-10-28More fixes for corrupt binaries crashing the binutils.Nick Clifton
2014-10-28This patch fixes a flaw in the SREC parser which could cause a stack overflowNick Clifton
2014-10-27This fixes more seg-faults in tools like "strings" and "objdump" whenNick Clifton
2014-10-27Fix a seg-fault in strings and other binutuils when parsing a corrupt PENick Clifton
2014-08-14Fix for objdump segfault on broken PE executableAlan Modra
2014-06-13Make bfd.link_next field a unionAlan Modra
2014-06-03This is to fix a further problem with merging resource sections. It turnsNick Clifton
2014-05-16This fixes a few issues with pe/coff build-ids that were discovered since theJon Turney
2014-04-28This patch reworks the fix to avoid a compile time warning so that it will workNick Clifton
2014-04-25This fixes a compile time warning which is being treated as an error. OlderNick Clifton
2014-04-24 * peXXigen.c (rsrc_print_section): Fix compile time warning forNick Clifton
2014-04-24Fix PE/COFF resource merging problems. There were two issues:Nick Clifton