]> Git Repo - binutils.git/blob - bfd/ChangeLog
Fix memory access violations for objdump triggered by fuzzed binaries.
[binutils.git] / bfd / ChangeLog
1 2015-01-06  Nick Clifton  <[email protected]>
2
3         PR binutils/17512
4         * reloc.c (bfd_get_reloc_size): Handle a reloc size of -1.
5         (bfd_perform_relocation): Include the size of the reloc in the
6         test for an out of range relocation.
7         (bfd_generic_get_relocated_section_contents): Remove reloc range
8         test.
9
10         * coff-i860.c (CALC_ADDEND): Always set an addend value.
11         * tekhex.c (getvalue): Add an end pointer parameter.  Use it to
12         avoid reading off the end of the buffer.
13         (getsym): Likewise.
14         (first_phase): Likewise.
15         (pass_over): Pass an end pointer to the invoked function.
16
17 2015-01-05  H.J. Lu  <[email protected]>
18
19         PR binutils/17512
20         * elf32-i386.c (elf_i386_get_plt_sym_val): Return NULL on corrupt
21         input.
22         * elf64-x86-64.c (elf_x86_64_get_plt_sym_val): Likewise.
23
24 2015-01-05  Nick Clifton  <[email protected]>
25
26         PR binutils/17512
27         * archive.c (do_slurp_bsd_armap): Make sure that the parsed sized
28         is at least big enough for the header to be read.
29         * elf32-i386.c (elf_i386_get_plt_sym_val): Skip unknown relocs.
30         * mach-o.c (bfd_mach_o_get_synthetic_symtab): Add range checks.
31         (bfd_mach_o_read_command): Prevetn duplicate error messages about
32         unrecognized commands.
33         * syms.c (_bfd_stab_section_find_nearest_line): Add range checks
34         when indexing into the string table.
35
36 2015-01-01  Alan Modra  <[email protected]>
37
38         Update year range in copyright notice of all files.
39
40 For older changes see ChangeLog-2014
41 \f
42 Copyright (C) 2015 Free Software Foundation, Inc.
43
44 Copying and distribution of this file, with or without modification,
45 are permitted in any medium without royalty provided the copyright
46 notice and this notice are preserved.
47
48 Local Variables:
49 mode: change-log
50 left-margin: 8
51 fill-column: 74
52 version-control: never
53 End:
This page took 0.03008 seconds and 4 git commands to generate.