aboutsummaryrefslogtreecommitdiff
path: root/bfd/peXXigen.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-12-30 * peXXigen.c (rsrc_process_section): Use ptrdiff_t as the type forIlya Tocar1-2/+2
2013-12-19 * Fix indentation issue and reorganize last commit entryPierre Muller1-19/+20
2013-12-19 * peXXigen.c (u16_mbtouc): Avoid unused function warning by excluding ifPierre Muller1-75/+114
2013-12-18 * peXXigen.c (rsrc_print_section): Use ptrdiff_t as the type forNick Clifton1-1/+1
2013-12-17Rename index to indxH.J. Lu1-8/+8
2013-12-17 * peXXigen.c: Include wchar.h if available.Nick Clifton1-79/+1195
2013-12-03 * peXXigen.c (pe_print_resource_entries): New function: DisplaysNick Clifton1-0/+210
2013-11-22 * windres.c (define_resource): Use zero for timestamp, makingCory Fields1-3/+5
2013-03-21 * coffgen.c (coff_real_object_p): Make global.Kai Tietz1-1/+1