aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf-attrs.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-08Prevent a memory exhaustion failure when running objdump on a fuzzed input fi...Nick Clifton1-0/+9
2018-02-26ELF linker messagesAlan Modra1-2/+2
2018-02-19Add attribute printf to _bfd_error_handlerAlan Modra1-2/+3
2018-02-19Use %pA and %pB in messages rather than %A and %BAlan Modra1-3/+3
2018-01-03Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2017-09-01Fix buffer overrun when parsing an ELF attribute string that is not NUL termi...Nick Clifton1-1/+3
2017-08-08Fix address violation problems when parsing corrupt ELF binaries.Nick Clifton1-0/+6
2017-02-17bfd: Rename read_{signed,unsigned}_leb128, safe_read_leb128Pedro Alves1-4/+4
2017-01-02Update year range in copyright notice of all files.Alan Modra1-1/+1
2016-10-19Add c-format tags to translatable strings with more than one argument-using f...Nick Clifton1-0/+2
2016-10-07Pass link_info to _bfd_merge_private_bfd_dataAlan Modra1-1/+2
2016-01-01Copyright update for binutilsAlan Modra1-1/+1
2015-08-12Remove trailing spaces in bfdH.J. Lu1-1/+1
2015-06-30This fixes parsing a file containing ELF attributes with very large tag values.Nick Clifton1-12/+13
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra1-1/+1
2014-12-09More fixes for memory access violations triggered by fuzzed binaries.Nick Clifton1-6/+9
2014-12-01More fixes for memory access violations exposed by fuzzed binaries.Nick Clifton1-3/+13
2014-11-06bfd/elf-attrs.c: Fix possible infinite loop parsing attributesWill Newton1-0/+4
2014-03-06Patch for PR binutils/16664 which triggers a seg-fault when attempting toNick Clifton1-3/+6
2014-03-05Update copyright yearsAlan Modra1-2/+1
2013-02-07 PR binutils/14873Alan Modra1-0/+4
2012-05-05Replace all uses of bfd_abs_section, bfd_com_section, bfd_und_sectionAlan Modra1-6/+6
2010-11-05 * elf-attrs.c (_bfd_elf_merge_unknown_attribute_low,Joseph Myers1-2/+2
2010-11-04 * elf-attrs.c (_bfd_elf_merge_unknown_attribute_low,Joseph Myers1-0/+111
2010-06-15 * elf-bfd.h (LEAST_KNOWN_OBJ_ATTRIBUTE): Define.Joseph Myers1-6/+8
2009-12-282009-12-28 Daniel Gutson <dgutson@codesourcery.com>Daniel Gutson1-1/+2
2009-09-09 Updated soruces in bfd/* to compile cleanly with -Wc++-compat.Nick Clifton1-3/+3
2009-09-02update copyright datesAlan Modra1-1/+1
2009-03-28 * coff-arm.c (coff_arm_merge_private_bfd_data): Use "error:", notMark Mitchell1-2/+2
2009-01-292009-01-29 Daniel Jacobowitz <dan@codesourcery.com>Joseph Myers1-2/+2
2009-01-192009-01-19 Andrew Stubbs <ams@codesourcery.com>Andrew Stubbs1-1/+6
2009-01-192009-01-19 Andrew Stubbs <ams@codesourcery.com>Andrew Stubbs1-15/+15
2009-01-192009-01-19 Andrew Stubbs <ams@codesourcery.com>Andrew Stubbs1-4/+6
2009-01-152009-01-15 Andrew Stubbs <ams@codesourcery.com>Andrew Stubbs1-82/+31
2007-07-03Switch sources over to use the GPL version 3Nick Clifton1-2/+3
2007-06-29bfd:Joseph Myers1-0/+628