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