aboutsummaryrefslogtreecommitdiff
path: root/bfd/peXXigen.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-11-03More fixes for buffer overruns instigated by corrupt binaries.Nick Clifton1-1/+8
2014-10-28More fixes for corrupt binaries crashing the binutils.Nick Clifton1-0/+9
2014-10-28This patch fixes a flaw in the SREC parser which could cause a stack overflowNick Clifton1-1/+0
2014-10-27This fixes more seg-faults in tools like "strings" and "objdump" whenNick Clifton1-2/+16
2014-10-27Fix a seg-fault in strings and other binutuils when parsing a corrupt PENick Clifton1-0/+12
2014-08-14Fix for objdump segfault on broken PE executableAlan Modra1-17/+20
2014-06-13Make bfd.link_next field a unionAlan Modra1-1/+1
2014-06-03This is to fix a further problem with merging resource sections. It turnsNick Clifton1-2/+30
2014-05-16This fixes a few issues with pe/coff build-ids that were discovered since theJon Turney1-3/+79
2014-04-28This patch reworks the fix to avoid a compile time warning so that it will workNick Clifton1-9/+6
2014-04-25This fixes a compile time warning which is being treated as an error. OlderNick Clifton1-1/+9
2014-04-24 * peXXigen.c (rsrc_print_section): Fix compile time warning forNick Clifton1-2/+4
2014-04-24Fix PE/COFF resource merging problems. There were two issues:Nick Clifton1-77/+128
2014-04-22Another fix for building on a 32-bit host.Nick Clifton1-1/+1
2014-04-22Fix build problem on 32-bit hosts with the recent patch for PR 16821.Yuanhui Zhang1-1/+9
2014-04-11PE32+ binaries that use addresses > 1^32 have a problem in that the linkerNick Clifton1-0/+31
2014-04-08Add support for generating and inserting build IDs into COFF binaries.Jon TURNEY1-3/+215
2014-04-03 * peXXigen.c (pe_print_edata): Verify edt.name lies insideJon Turney1-10/+25
2014-03-19Improve .rsrc section merging again. This time with an algorithm thatNick Clifton1-65/+59
2014-03-19Improve .rsrc section merging with better handling of the alignment adjustmentsNick Clifton1-10/+61
2014-03-05Update copyright yearsAlan Modra1-1/+1