Age | Commit message (Expand) | Author | Files | Lines |
2015-05-06 | Skip discarded resource sections when building a PE resource table. | Toni Spets | 1 | -1/+2 |
2015-02-26 | Fixes illegal memory access errors and arithmetic overflows when running stri... | Nick Clifton | 1 | -2/+2 |
2015-02-24 | Fixes compiling peXXigen under MAC OS/X where the wcsncasecmp function is not... | Nick Clifton | 1 | -4/+25 |
2015-02-10 | Fix memory access violations triggered by running objdump compiled with out-o... | Nick Clifton | 1 | -4/+8 |
2015-02-06 | Fixes illegal memory accesses triggereb by running a 32-bit binary version of... | Nick Clifton | 1 | -10/+19 |
2015-02-03 | More fixes for illegal memory accesses triggered by running objdump on fuzzed... | Nick Clifton | 1 | -0/+4 |
2015-01-21 | Fix memory access violations triggered by running strip on fuzzed binaries. | Nick Clifton | 1 | -2/+18 |
2015-01-08 | Fix memory access violations exposed by running strip on fuzzed binaries. | Nick Clifton | 1 | -0/+10 |
2015-01-02 | ChangeLog rotatation and copyright year update | Alan Modra | 1 | -1/+1 |
2014-11-18 | More fixes for illegal memory accesses exposed by fuzzed binaries. | Nick Clifton | 1 | -1/+9 |
2014-11-12 | Fix more memory faults uncovered by fuzzing various executables. | Nick Clifton | 1 | -9/+16 |
2014-11-11 | More fixes for invalid memory accesses, uncovered by valgrind and binary fuzz... | Nick Clifton | 1 | -7/+24 |
2014-11-10 | More fixes for problems exposed by valgrind and the address sanitizer | Nick Clifton | 1 | -8/+25 |
2014-11-08 | Correct buffer overrun test | Alan Modra | 1 | -2/+2 |
2014-11-07 | Cast to unsigned long in range checks | H.J. Lu | 1 | -2/+2 |
2014-11-05 | More fixes for memory problems uncovered by file fuzzers. | Nick Clifton | 1 | -0/+6 |
2014-11-05 | More fixes for processing corrupt files. | Nick Clifton | 1 | -34/+88 |
2014-11-03 | More fixes for buffer overruns instigated by corrupt binaries. | Nick Clifton | 1 | -1/+8 |
2014-10-28 | More fixes for corrupt binaries crashing the binutils. | Nick Clifton | 1 | -0/+9 |
2014-10-28 | This patch fixes a flaw in the SREC parser which could cause a stack overflow | Nick Clifton | 1 | -1/+0 |
2014-10-27 | This fixes more seg-faults in tools like "strings" and "objdump" when | Nick Clifton | 1 | -2/+16 |
2014-10-27 | Fix a seg-fault in strings and other binutuils when parsing a corrupt PE | Nick Clifton | 1 | -0/+12 |
2014-08-14 | Fix for objdump segfault on broken PE executable | Alan Modra | 1 | -17/+20 |
2014-06-13 | Make bfd.link_next field a union | Alan Modra | 1 | -1/+1 |
2014-06-03 | This is to fix a further problem with merging resource sections. It turns | Nick Clifton | 1 | -2/+30 |
2014-05-16 | This fixes a few issues with pe/coff build-ids that were discovered since the | Jon Turney | 1 | -3/+79 |
2014-04-28 | This patch reworks the fix to avoid a compile time warning so that it will work | Nick Clifton | 1 | -9/+6 |
2014-04-25 | This fixes a compile time warning which is being treated as an error. Older | Nick Clifton | 1 | -1/+9 |
2014-04-24 | * peXXigen.c (rsrc_print_section): Fix compile time warning for | Nick Clifton | 1 | -2/+4 |
2014-04-24 | Fix PE/COFF resource merging problems. There were two issues: | Nick Clifton | 1 | -77/+128 |
2014-04-22 | Another fix for building on a 32-bit host. | Nick Clifton | 1 | -1/+1 |
2014-04-22 | Fix build problem on 32-bit hosts with the recent patch for PR 16821. | Yuanhui Zhang | 1 | -1/+9 |
2014-04-11 | PE32+ binaries that use addresses > 1^32 have a problem in that the linker | Nick Clifton | 1 | -0/+31 |
2014-04-08 | Add support for generating and inserting build IDs into COFF binaries. | Jon TURNEY | 1 | -3/+215 |
2014-04-03 | * peXXigen.c (pe_print_edata): Verify edt.name lies inside | Jon Turney | 1 | -10/+25 |
2014-03-19 | Improve .rsrc section merging again. This time with an algorithm that | Nick Clifton | 1 | -65/+59 |
2014-03-19 | Improve .rsrc section merging with better handling of the alignment adjustments | Nick Clifton | 1 | -10/+61 |
2014-03-05 | Update copyright years | Alan Modra | 1 | -1/+1 |
2013-12-30 | * peXXigen.c (rsrc_process_section): Use ptrdiff_t as the type for | Ilya Tocar | 1 | -2/+2 |
2013-12-19 | * Fix indentation issue and reorganize last commit entry | Pierre Muller | 1 | -19/+20 |
2013-12-19 | * peXXigen.c (u16_mbtouc): Avoid unused function warning by excluding if | Pierre Muller | 1 | -75/+114 |
2013-12-18 | * peXXigen.c (rsrc_print_section): Use ptrdiff_t as the type for | Nick Clifton | 1 | -1/+1 |
2013-12-17 | Rename index to indx | H.J. Lu | 1 | -8/+8 |
2013-12-17 | * peXXigen.c: Include wchar.h if available. | Nick Clifton | 1 | -79/+1195 |
2013-12-03 | * peXXigen.c (pe_print_resource_entries): New function: Displays | Nick Clifton | 1 | -0/+210 |
2013-11-22 | * windres.c (define_resource): Use zero for timestamp, making | Cory Fields | 1 | -3/+5 |
2013-03-21 | * coffgen.c (coff_real_object_p): Make global. | Kai Tietz | 1 | -1/+1 |
2013-01-10 | Remove trailing white spaces in bfd | H.J. Lu | 1 | -1/+1 |
2012-10-18 | ChangeLog bfd | Kai Tietz | 1 | -3/+0 |
2011-04-09 | 2011-04-09 Kai Tietz <ktietz@redhat.com> | Kai Tietz | 1 | -7/+15 |