summaryrefslogtreecommitdiff
path: root/bfd/coffgen.c
Commit message (Expand)AuthorAgeFilesLines
* Update year range in copyright notice of binutils filesAlan Modra2019-01-011-1/+1
* Prevent illegal memory access when processing COFF auxillary symbol information.Nick Clifton2018-08-231-4/+9
* Prevent an illegal memory access via an out of range fixup pointer.Nick Clifton2018-04-161-2/+4
* AOUT/COFF/PE messagesAlan Modra2018-02-261-2/+2
* %L conversionsAlan Modra2018-02-191-5/+7
* Use %pA and %pB in messages rather than %A and %BAlan Modra2018-02-191-6/+6
* PR22741, objcopy segfault on fuzzed COFF objectAlan Modra2018-01-291-1/+2
* Update year range in copyright notice of binutils filesAlan Modra2018-01-031-1/+1
* BFD whitespace fixesAlan Modra2017-12-061-69/+69
* Prevent a memory exhaustion problem when trying to read in strings from a COF...Nick Clifton2017-11-281-2/+2
* Fix excessive memory allocation attempts and possible integer overfloaws when...Nick Clifton2017-11-031-2/+15
* Fix an invalid free called when attempting to link a COFF object against an E...Nick Clifton2017-11-011-1/+5
* bfd_error_handler bfd_vma and bfd_size_type argsAlan Modra2017-07-121-2/+2
* Use %A and %B in more error messagesAlan Modra2017-04-131-1/+2
* pe/coff: handle weak defined symbol for gc-sections.Tristan Gingold2017-04-071-2/+16
* Improve the speed of scanning PE binaries for line number information.Nick Clifton2017-03-291-6/+34
* Improve objdump's behaviour when it encounters a corrupt binary with an exces...Nick Clifton2017-01-091-1/+6
* Update year range in copyright notice of all files.Alan Modra2017-01-021-1/+1
* Add c-format tags to translatable strings with more than one argument-using f...Nick Clifton2016-10-191-0/+4
* -Wimplicit-fallthrough warning fixesAlan Modra2016-10-061-2/+2
* Remove syntactic sugarAlan Modra2016-09-301-4/+4
* Make bfd_error_handler_type like vprintfAlan Modra2016-09-301-1/+2
* Fix seg-fault when running garbage collection on coff binaries.Nick Clifton2016-07-271-1/+7
* Copyright update for binutilsAlan Modra2016-01-011-1/+1
* bfd: don't produce corrupt COFF symbol table due to long ELF file name symbolsJan Beulich2015-12-151-1/+4
* Add output_type to bfd_link_infoH.J. Lu2015-08-181-1/+1
* Remove trailing spaces in bfdH.J. Lu2015-08-121-3/+3
* Add experimental support for --gc-sections with COFF and PE based targets.Kai Tietz2015-07-031-0/+428
* Fixes a bug introduced by the new ranges checks on COFF symbol tables.Nick Clifton2015-03-241-2/+1
* Fix debug section compression so that it is only performed if it would make t...Jon Turney2015-03-181-9/+12
* Allows the binutils to cope with PE binaries where the section addresses have...Nick Clifton2015-03-051-0/+20
* Fixes a problem recognizing libraries created by Visual Studio.Nick Clifton2015-02-271-1/+4
* ChangeLog rotatation and copyright year updateAlan Modra2015-01-021-1/+1
* Don't always build coffgen.oAlan Modra2014-12-101-106/+8
* More fixes for memory access errors triggered by attemps to examine corrupted...Nick Clifton2014-11-261-1/+6
* Fixes for memory access violations exposed by fuzzinf various binaries.Nick Clifton2014-11-211-1/+16
* Fix a snafu setting up the string table read in from a COFF file.Alexander Cherepanov2014-11-211-3/+3
* More fixes for memory access violations whilst scanning corrupt binaries.Nick Clifton2014-11-131-16/+58
* Fix more memory faults uncovered by fuzzing various executables.Nick Clifton2014-11-121-2/+13
* More fixes for invalid memory accesses, uncovered by valgrind and binary fuzz...Nick Clifton2014-11-111-3/+3
* More fixes for problems exposed by valgrind and the address sanitizerNick Clifton2014-11-101-4/+13
* Revert bfd_get_size checksAlan Modra2014-11-071-18/+1
* Revert changes in previous deltas that introduced new failures intoNick Clifton2014-11-061-4/+8
* More fixes for buffer overruns instigated by corrupt binaries.Nick Clifton2014-11-031-20/+52
* Avoid allocating over-large buffers when parsing corrupt binaries.Nick Clifton2014-10-311-0/+5
* Closes another memory corruption, this time due to heap overrun.Nick Clifton2014-10-301-2/+6
* Merge bfd_find_nearest_line variantsAlan Modra2014-10-151-29/+12
* Update copyright yearsAlan Modra2014-03-051-3/+1
* * coffgen.c (coff_real_object_p): Make global.Kai Tietz2013-03-211-2/+6
* Remove trailing white spaces in bfdH.J. Lu2013-01-101-3/+3