summaryrefslogtreecommitdiff
path: root/bfd/peXXigen.c
AgeCommit message (Expand)Author
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
2014-04-22Another fix for building on a 32-bit host.Nick Clifton
2014-04-22Fix build problem on 32-bit hosts with the recent patch for PR 16821.Yuanhui Zhang
2014-04-11PE32+ binaries that use addresses > 1^32 have a problem in that the linkerNick Clifton
2014-04-08Add support for generating and inserting build IDs into COFF binaries.Jon TURNEY
2014-04-03 * peXXigen.c (pe_print_edata): Verify edt.name lies insideJon Turney
2014-03-19Improve .rsrc section merging again. This time with an algorithm thatNick Clifton
2014-03-19Improve .rsrc section merging with better handling of the alignment adjustmentsNick Clifton
2014-03-05Update copyright yearsAlan Modra
2013-12-30 * peXXigen.c (rsrc_process_section): Use ptrdiff_t as the type forIlya Tocar
2013-12-19 * Fix indentation issue and reorganize last commit entryPierre Muller
2013-12-19 * peXXigen.c (u16_mbtouc): Avoid unused function warning by excluding ifPierre Muller
2013-12-18 * peXXigen.c (rsrc_print_section): Use ptrdiff_t as the type forNick Clifton
2013-12-17Rename index to indxH.J. Lu
2013-12-17 * peXXigen.c: Include wchar.h if available.Nick Clifton
2013-12-03 * peXXigen.c (pe_print_resource_entries): New function: DisplaysNick Clifton