]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - binutils/ChangeLog
More fixes for invalid memory accesses triggered by fuzzed binaries.
[thirdparty/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
896ca098
NC
12015-01-05 Nick Clifton <nickc@redhat.com>
2
3 PR binutils/17512
4 * nm.c (print_symbol): Add 'is_synthetic' parameter. Use it to
5 help initialize the info.elfinfo field.
6 (print_size_symbols): Add 'synth_count' parameter. Use it to set
7 the is_synthetic parameter when calling print_symbol.
8 (print_symbols): Likewise.
9 (display_rel_file): Pass synth_count to printing function.
10 (display_archive): Break loop if the last archive displayed
11 matches the current archive.
12 * size.c (display_archive): Likewise.
13
82b1b41b
NC
142015-01-05 Nick Clifton <nickc@redhat.com>
15
16 PR binutils/17531
17 * dwarf.c (alloc_num_debug_info_entries): New variable.
18 (process_debug_info): Set it. Use it to avoid displaying
19 attributes for which there is no info.
20 (display_debug_abbrev): Check that the debug_info_entry index is
21 valid before using it.
22 (display_loc_list_dwo): Likewise.
23 (process_cu_tu_index): Add range check for an overlarge dw_sect
24 value.
25 (free_debug_memory): Reset alloc_num_debug_info_entries.
26 * readelf.c (slurp_ia64_unwind_table): Warn if the reloc could not
27 be indentified.
28 (dynamic_section_mips_val): Warn if the timestamp is invalid.
29 (print_mips_got_entry): Add a data_end parameter. Warn if a read
30 would go beyond the end of the data, and return an error value.
31 (process_mips_specific): Do not read options from beyond the end
32 of the section.
33 Correct code to display optional data at the end of an option.
34 Warn if there are too many GOT symbols.
35 Update calls to print_mips_got_entry, and handle error returns.
36
c1724c7f
DK
372015-01-05 Daniel Klauer <daniel.c.klauer@web.de>
38
39 PR binutils/17489
40 * doc/binutils.texi (dlltool): Correct description of --kill-at
41 option.
42
efd321f9
AM
432015-01-01 Alan Modra <amodra@gmail.com>
44
45 * version.c (print_version): Just print current year.
46
b90efa5b 472015-01-01 Alan Modra <amodra@gmail.com>
5c294fee 48
b90efa5b 49 Update year range in copyright notice of all files.
5c294fee 50
b90efa5b 51For older changes see ChangeLog-2014
252b5132 52\f
b90efa5b 53Copyright (C) 2015 Free Software Foundation, Inc.
752937aa
NC
54
55Copying and distribution of this file, with or without modification,
56are permitted in any medium without royalty provided the copyright
57notice and this notice are preserved.
58
252b5132
RH
59Local Variables:
60mode: change-log
61left-margin: 8
62fill-column: 74
63version-control: never
64End: