More fixes for invalid memory accesses triggered by fuzzed binaries.
[deliverable/binutils-gdb.git] / binutils / ChangeLog
1 2015-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
14 2015-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
37 2015-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
43 2015-01-01 Alan Modra <amodra@gmail.com>
44
45 * version.c (print_version): Just print current year.
46
47 2015-01-01 Alan Modra <amodra@gmail.com>
48
49 Update year range in copyright notice of all files.
50
51 For older changes see ChangeLog-2014
52 \f
53 Copyright (C) 2015 Free Software Foundation, Inc.
54
55 Copying and distribution of this file, with or without modification,
56 are permitted in any medium without royalty provided the copyright
57 notice and this notice are preserved.
58
59 Local Variables:
60 mode: change-log
61 left-margin: 8
62 fill-column: 74
63 version-control: never
64 End:
This page took 0.030681 seconds and 4 git commands to generate.