summaryrefslogtreecommitdiff
path: root/bfd/peXXigen.c
Commit message (Expand)AuthorAgeFilesLines
* Fix address violation when parsing a corrupt PE binary.Nick Clifton2017-09-141-2/+3
* bfd_error_handler bfd_vma and bfd_size_type argsAlan Modra2017-07-121-2/+2
* Handle printing information about PE format files which have 0 as the value o...Daniel Bonniot de Ruisselet2017-06-061-0/+5
* Don't compare boolean values against TRUE or FALSEAlan Modra2017-05-181-9/+9
* Correct PE reloc displayWedson Almeida Filho2017-04-191-1/+1
* Use %A and %B in more error messagesAlan Modra2017-04-131-7/+6
* Use symbolic constants instead of magic numbers with add_data_entry()Jon Turney2017-04-041-5/+5
* Update year range in copyright notice of all files.Alan Modra2017-01-021-1/+1
* Prevent problems with section alignment by not shrinking the .rsrc section.Jon Turney2016-11-251-20/+2
* Add c-format tags to translatable strings with more than one argument-using f...Nick Clifton2016-10-191-3/+23
* Remove syntactic sugarAlan Modra2016-09-301-4/+4
* Ensure that the timestamp in PE/COFF headers is always initialised.Nick Clifton2016-09-271-0/+2
* Fix possible unbounded stack use in peXXigen.cNick Clifton2016-03-221-5/+9
* Use a 32-bit value to hold the section number in the internal COFF symbol str...Nick Clifton2016-01-181-2/+2
* Copyright update for binutilsAlan Modra2016-01-011-1/+1
* Add output_type to bfd_link_infoH.J. Lu2015-08-181-2/+2
* Remove trailing spaces in bfdH.J. Lu2015-08-121-2/+2
* Allow gdb to find debug symbols file by build-id for PE file format alsoJon Turney2015-06-151-1/+1
* Skip discarded resource sections when building a PE resource table.Toni Spets2015-05-061-1/+2
* Fixes illegal memory access errors and arithmetic overflows when running stri...Nick Clifton2015-02-261-2/+2
* Fixes compiling peXXigen under MAC OS/X where the wcsncasecmp function is not...Nick Clifton2015-02-241-4/+25
* Fix memory access violations triggered by running objdump compiled with out-o...Nick Clifton2015-02-101-4/+8
* Fixes illegal memory accesses triggereb by running a 32-bit binary version of...Nick Clifton2015-02-061-10/+19
* More fixes for illegal memory accesses triggered by running objdump on fuzzed...Nick Clifton2015-02-031-0/+4
* Fix memory access violations triggered by running strip on fuzzed binaries.Nick Clifton2015-01-211-2/+18
* Fix memory access violations exposed by running strip on fuzzed binaries.Nick Clifton2015-01-081-0/+10
* ChangeLog rotatation and copyright year updateAlan Modra2015-01-021-1/+1
* More fixes for illegal memory accesses exposed by fuzzed binaries.Nick Clifton2014-11-181-1/+9
* Fix more memory faults uncovered by fuzzing various executables.Nick Clifton2014-11-121-9/+16
* More fixes for invalid memory accesses, uncovered by valgrind and binary fuzz...Nick Clifton2014-11-111-7/+24
* More fixes for problems exposed by valgrind and the address sanitizerNick Clifton2014-11-101-8/+25
* Correct buffer overrun testAlan Modra2014-11-081-2/+2
* Cast to unsigned long in range checksH.J. Lu2014-11-071-2/+2
* More fixes for memory problems uncovered by file fuzzers.Nick Clifton2014-11-051-0/+6
* More fixes for processing corrupt files.Nick Clifton2014-11-051-34/+88
* More fixes for buffer overruns instigated by corrupt binaries.Nick Clifton2014-11-031-1/+8
* More fixes for corrupt binaries crashing the binutils.Nick Clifton2014-10-281-0/+9
* This patch fixes a flaw in the SREC parser which could cause a stack overflowNick Clifton2014-10-281-1/+0
* This fixes more seg-faults in tools like "strings" and "objdump" whenNick Clifton2014-10-271-2/+16
* Fix a seg-fault in strings and other binutuils when parsing a corrupt PENick Clifton2014-10-271-0/+12
* Fix for objdump segfault on broken PE executableAlan Modra2014-08-141-17/+20
* Make bfd.link_next field a unionAlan Modra2014-06-131-1/+1
* This is to fix a further problem with merging resource sections. It turnsNick Clifton2014-06-031-2/+30
* This fixes a few issues with pe/coff build-ids that were discovered since theJon Turney2014-05-161-3/+79
* This patch reworks the fix to avoid a compile time warning so that it will workNick Clifton2014-04-281-9/+6
* This fixes a compile time warning which is being treated as an error. OlderNick Clifton2014-04-251-1/+9
* * peXXigen.c (rsrc_print_section): Fix compile time warning forNick Clifton2014-04-241-2/+4
* Fix PE/COFF resource merging problems. There were two issues:Nick Clifton2014-04-241-77/+128
* Another fix for building on a 32-bit host.Nick Clifton2014-04-221-1/+1
* Fix build problem on 32-bit hosts with the recent patch for PR 16821.Yuanhui Zhang2014-04-221-1/+9