]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - binutils/ChangeLog
Fix invalid memory access attempting to read the compression header of a too-small...
[thirdparty/binutils-gdb.git] / binutils / ChangeLog
1 2017-02-13 Nick Clifton <nickc@redhat.com>
2
3 PR binutils/21149
4 * readelf.c (get_compression_header): Add size parameter. Check
5 size against sizeof compression header before attempting to
6 extract the header.
7 (process_section_headers): Pass size to get_compression_header.
8 (dump_section_as_strings): Likewise.
9 (dump_section_as_bytes): Likewise.
10 (load_specific_debug_section): Likewise.
11
12 2017-02-13 Nick Clifton <nickc@redhat.com>
13
14 PR binutils/21148
15 * readelf.c (process_version_sections): Include size of auxillary
16 version information when checking for buffer overflow.
17
18 2017-02-13 Nick Clifton <nickc@redhat.com>
19
20 PR binutils/21147
21 * readelf.c (process_section_contents): Fix off by one error
22 reporting un-dumped sections.
23
24 2017-02-13 Nick Clifton <nickc@redhat.com>
25
26 PR binutils/21139
27 * readelf.c (target_specific_reloc_handling): Add num_syms
28 parameter. Check for symbol table overflow before accessing
29 symbol value. If reloc pointer is NULL, discard all saved state.
30 (apply_relocations): Pass num_syms to target_specific_reloc_handling.
31 Call target_specific_reloc_handling with a NULL reloc pointer
32 after processing all of the relocs.
33
34 2017-02-13 Nick Clifton <nickc@redhat.com>
35
36 PR binutils/21137
37 * readelf.c (target_specific_reloc_handling): Add end parameter.
38 Check for buffer overflow before writing relocated values.
39 (apply_relocations): Pass end to target_specific_reloc_handling.
40
41 2017-01-27 Dilyan Palauzov <dilyan.palauzov@aegee.org>
42 Nick Clifton <nickc@redhat.com>
43
44 PR 20343
45 * doc/binutils.texi (ar): Extend documentation of the --plugin
46 option. Include a description of where the plugins should be
47 located.
48 (nm): Likewise.
49
50 2017-01-23 Nick Clifton <nickc@redhat.com>
51
52 * MAINTAINERS: Add Bernd to Past Maintainers section.
53 (SCORE): Remove Mei Ligang as maintainer. Add to Past Maintainers
54 section.
55
56 2017-01-23 Bernd Schmidt <bschmidt@redhat.com>
57
58 * MAINTAINERS (BFIN): Remove myself as Blackfin maintainer.
59
60 2017-01-20 Andrew Burgess <andrew.burgess@embecosm.com>
61
62 * objdump.c (dump_section_header): Extract max section name length
63 from data parameter, use this when formatting output.
64 (find_longest_section_name): New function.
65 (dump_headers): Calculate longest section name when in wide mode,
66 reformat to unify printing of header line.
67
68 2017-01-18 Bernhard Rosenkranzer <bero@lindev.ch>
69
70 PR 21059
71 * arlex.l: Support processing with flex 2.6.3.
72 * deflex.l: Likewise.
73
74 2017-01-17 Dmitry Timoshkov <dmitry@baikal.ru>
75
76 * resbin.c: Optional dialog control data immediately follows
77 the control description without alignment.
78 * testsuite/binutils-all/windres/controldata.rc: New test.
79 source.
80 * testsuite/binutils-all/windres/controldata.rsd: New test.
81
82 2017-01-12 Nick Clifton <nickc@redhat.com>
83
84 PR binutils/20876
85 * NEWS: Mention the new feature.
86 * testsuite/binutils-all/objdump.exp (test_build_id_debuglink):
87 New proc to test the location of separate debug info files using
88 the build-id method.
89
90 2017-01-10 Nick Clifton <nickc@redhat.com>
91
92 PR 21034
93 * stabs.c (parse_stab_members): Fix thinko checking for g++
94 version 1 stabs information.
95
96 2017-01-09 Nick Clifton <nickc@redhat.com>
97
98 * objdump.c (display_file): Add new parameter 'last_file'. If
99 last_file is true, do not call bfd_close at the end of the
100 function.
101 (main): Set the value of the last_file parameter when calling
102 display_file.
103
104 2017-01-09 Alan Modra <amodra@gmail.com>
105
106 * readelf.c (process_section_headers): Correct .rel.dyn/.rela.dyn
107 comment.
108
109 2017-01-06 Nick Clifton <nickc@redhat.com>
110
111 * MAINTAINERS: Move Paul Brook to the Past Maintainers section.
112
113 2017-01-04 Dilan Palauzov <dilyan.palauzov@aegee.org>
114
115 PR 20958
116 * syslex.l (option): Add noyywrap
117 (yywrap): Delete.
118
119 2017-01-02 Alan Modra <amodra@gmail.com>
120
121 Update year range in copyright notice of all files.
122
123 For older changes see ChangeLog-2016
124 \f
125 Copyright (C) 2017 Free Software Foundation, Inc.
126
127 Copying and distribution of this file, with or without modification,
128 are permitted in any medium without royalty provided the copyright
129 notice and this notice are preserved.
130
131 Local Variables:
132 mode: change-log
133 left-margin: 8
134 fill-column: 74
135 version-control: never
136 End: