summaryrefslogtreecommitdiff
path: root/bfd/peXXigen.c
Commit message (Expand)AuthorAgeFilesLines
* Update year range in copyright notice of binutils filesAlan Modra2020-01-011-1/+1
* Fix a problem computing the size fields in the PE format header.Nick Clifton2019-12-051-0/+3
* When copying pe format files, copy the dos_message array, rather than re-init...Andrew Eikum2019-10-291-16/+5
* PR24955, libbfd terminating program on out of memory (part2)Alan Modra2019-10-141-1/+4
* Allow objdump to recognise the System.Runtime.dll files that get shipped with...Omar Majid2019-07-231-0/+7
* PR24272, out-of-bounds read in pex64_xdata_print_uwd_codesAlan Modra2019-03-011-18/+17
* Update year range in copyright notice of binutils filesAlan Modra2019-01-011-1/+1
* Correct comment concerning PE timestamp insertion.Bernhard M. Wiedemann2018-11-091-1/+2
* Simplify PR23110 PE_DEBUG_DATA size checksAlan Modra2018-10-161-12/+2
* PR23781, _bfd_pe_bfd_copy_private_bfd_data_common memory leakAlan Modra2018-10-161-0/+4
* PR23685, buffer overflowAlan Modra2018-09-201-5/+6
* PR23148, Heap buffer overflow in pe_print_edataAlan Modra2018-05-091-1/+1
* PR23147, Heap buffer overflow in pe_print_idataAlan Modra2018-05-091-1/+1
* Replace uses of strncmp with memcmpAlan Modra2018-05-071-7/+7
* -Wstringop-truncation warningsAlan Modra2018-05-041-3/+4
* Fix an illegal memory access when copying a PE format file with corrupt debug...Nick Clifton2018-04-241-0/+9
* AOUT/COFF/PE messagesAlan Modra2018-02-261-6/+6
* %L conversionsAlan Modra2018-02-191-3/+5
* Use %pA and %pB in messages rather than %A and %BAlan Modra2018-02-191-15/+15
* Add support for reading msdos MZ executables.Zebediah Figura2018-02-121-2/+2
* Update year range in copyright notice of binutils filesAlan Modra2018-01-031-1/+1
* BFD whitespace fixesAlan Modra2017-12-061-164/+164
* 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