aboutsummaryrefslogtreecommitdiff
path: root/bfd
AgeCommit message (Expand)AuthorFilesLines
2014-11-17daily updateAlan Modra1-1/+1
2014-11-14Fix a null pointer dereference when reading the debug link info from a corrup...Nick Clifton2-5/+17
2014-11-14More fixes for invalid memory accesses triggered by corrupt binaries.Nick Clifton2-2/+11
2014-11-13Add cast to unsigned intH.J. Lu2-1/+5
2014-11-13Rename symbbol to symbolH.J. Lu2-1/+5
2014-11-13Add assembler support for @gotpltH.J. Lu2-16/+8
2014-11-13More fixes for memory access violations whilst scanning corrupt binaries.Nick Clifton6-31/+134
2014-11-12Fix more memory faults uncovered by fuzzing various executables.Nick Clifton4-14/+53
2014-11-12Throw away dodgy coff line number info earlierAlan Modra2-10/+15
2014-11-12daily updateAlan Modra1-1/+1
2014-11-11More fixes for invalid memory accesses, uncovered by valgrind and binary fuzz...Nick Clifton5-31/+78
2014-11-11coff coffAlan Modra2-1/+8
2014-11-11Avoid coff OOMAlan Modra3-31/+44
2014-11-11ld -r abort in _bfd_elf_write_section_eh_frameAlan Modra2-1/+11
2014-11-11daily updateAlan Modra1-1/+1
2014-11-10bfd/Richard Sandiford2-12/+8
2014-11-10More fixes for problems exposed by valgrind and the address sanitizerNick Clifton9-54/+119
2014-11-10daily updateAlan Modra1-1/+1
2014-11-09daily updateAlan Modra1-1/+1
2014-11-08Correct buffer overrun testAlan Modra2-2/+6
2014-11-08daily updateAlan Modra1-1/+1
2014-11-07Cast to unsigned long in range checksH.J. Lu2-2/+7
2014-11-07X32: Add REX prefix to encode R_X86_64_GOTTPOFFH.J. Lu2-6/+22
2014-11-07tekhex architecureAlan Modra2-1/+7
2014-11-07tekhex buffer management and symbol typesAlan Modra2-45/+79
2014-11-07aoutx.h tidyAlan Modra2-14/+14
2014-11-07Revert bfd_get_size checksAlan Modra6-40/+11
2014-11-07daily updateAlan Modra1-1/+1
2014-11-06Revert changes in previous deltas that introduced new failures intoNick Clifton4-19/+17
2014-11-06bfd/elf-attrs.c: Fix possible infinite loop parsing attributesWill Newton2-0/+9
2014-11-06daily updateAlan Modra1-1/+1
2014-11-05More fixes for memory problems uncovered by file fuzzers.Nick Clifton3-7/+28
2014-11-05Fix segfault when creating a dso with discarded .dynsym section.Matthew Fortune2-2/+9
2014-11-05Update .MIPS.abiflags to support MIPS R6Matthew Fortune2-0/+13
2014-11-05More fixes for processing corrupt files.Nick Clifton3-39/+129
2014-11-05daily updateAlan Modra1-1/+1
2014-11-04Fix problem with linker created sections being mistakenly flaggedNick Clifton2-1/+6
2014-11-04Fix a seg-fault triggered by reading a mal-formed archive.Nick Clifton2-2/+13
2014-11-04Provide stat function for spu overlay manager iovecAlan Modra2-1/+18
2014-11-04daily updateAlan Modra1-1/+1
2014-11-03When relaxing, update size of symbols.Andrew Burgess2-8/+37
2014-11-03When relaxing, update symbols at the very end of the section.Andrew Burgess2-2/+7
2014-11-03More fixes for buffer overruns instigated by corrupt binaries.Nick Clifton10-30/+124
2014-11-03Import updated translations supplied by the Translation Project.Nick Clifton2-1576/+2055
2014-11-03daily updateAlan Modra1-1/+1
2014-11-02daily updateAlan Modra1-1/+1
2014-11-01daily updateAlan Modra1-1/+1
2014-10-31MIPS: Add Octeon 3 supportNaveen H.S5-0/+32
2014-10-31Fix an (almost) infinite loop in the tekhex parser.Nick Clifton2-0/+4
2014-10-31Avoid allocating over-large buffers when parsing corrupt binaries.Nick Clifton3-0/+18