summaryrefslogtreecommitdiff
path: root/bfd/peXXigen.c
Commit message (Expand)AuthorAgeFilesLines
* fix objcopy of PE images with .buildid sectionJan Beulich2020-08-211-15/+19
* Remove powerpc PE supportAlan Modra2020-07-091-112/+1
* asan: _bfd_pei_slurp_codeview_record use of uninit valueAlan Modra2020-06-291-2/+8
* C++ commentsAlan Modra2020-06-291-5/+5
* Replace "if (x) free (x)" with "free (x)", bfdAlan Modra2020-05-211-20/+10
* PR25823, Use after free in bfd_hash_lookupAlan Modra2020-04-151-10/+10
* Fix objcopy's --preserve-dates command line option so that it will work with ...Nick Clifton2020-03-301-2/+2
* bfd_size_type to size_tAlan Modra2020-02-191-2/+2
* Identify reproducible builds in 'objdump -p' output for PE filesJon Turney2020-01-301-5/+80
* Add some new PE_IMAGE_DEBUG_TYPE valuesJon Turney2020-01-301-1/+6
* Bugfixes for pe_print_debugdata()Jon Turney2020-01-301-3/+5
* 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