Fix potential illegal memory access in ZLIB because of an erroneous declaration of...
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
7c723eec
NC
12017-02-15 Nick Clifton <nickc@redhat.com>
2
3 * MAINTAINERS: (MIPS, MN10300): Move Eric Christopher to Past
4 Maintainers section.
5
bc303e5d
NC
62017-02-14 Nick Clifton <nickc@redhat.com>
7
8 PR binutils/21159
9 * readelf.c (dump_section_as_strings): Reset the start address if
10 no decompression is perfromed.
11 (dump_section_as_bytes): Likewise.
12
92134dc1
NC
132017-02-14 Nick Clifton <nickc@redhat.com>
14
15 PR binutils/21158
16 * rddbg.c (read_symbol_stabs_debugging_info): Check for a null or
17 empty symbol name.
18
a2dea0b2
NC
192017-02-14 Nick Clifton <nickc@redhat.com>
20
21 PR binutils/21157
22 * stabs.c (parse_stab_enum_type): Check for corrupt NAME:VALUE
23 pairs.
24 (parse_number): Exit early if passed an empty string.
25
b32e566b
NC
262017-02-14 Nick Clifton <nickc@redhat.com>
27
28 PR binutils/21155
29 * readelf.c (IN_RANGE): New macro. Tests for an address + offset
30 being within a given range.
31 (target_specific_reloc_handling): Use macro to test for underflow
32 as well as overflow of reloc offset.
33
c1221402
NC
342017-02-13 Nick Clifton <nickc@redhat.com>
35
36 PR binutils/21150
37 * nm.c (file_symbol): Add test of string length before testing
38 string characters.
39
f055032e
NC
402017-02-13 Nick Clifton <nickc@redhat.com>
41
42 PR binutils/21135
43 * readelf.c (dump_section_as_bytes): Handle the case where
44 uncompress_section_contents returns false.
1835f746 45 (dump_section_as_bytes, load_specific_debug_section): Likewise.
f055032e 46
ebdf1ebf
NC
472017-02-13 Nick Clifton <nickc@redhat.com>
48
49 PR binutils/21149
50 * readelf.c (get_compression_header): Add size parameter. Check
51 size against sizeof compression header before attempting to
52 extract the header.
53 (process_section_headers): Pass size to get_compression_header.
54 (dump_section_as_strings): Likewise.
55 (dump_section_as_bytes): Likewise.
56 (load_specific_debug_section): Likewise.
57
4aeb00ad
NC
582017-02-13 Nick Clifton <nickc@redhat.com>
59
60 PR binutils/21148
61 * readelf.c (process_version_sections): Include size of auxillary
62 version information when checking for buffer overflow.
63
0ee3043f
NC
642017-02-13 Nick Clifton <nickc@redhat.com>
65
66 PR binutils/21147
67 * readelf.c (process_section_contents): Fix off by one error
68 reporting un-dumped sections.
69
f84ce13b
NC
702017-02-13 Nick Clifton <nickc@redhat.com>
71
72 PR binutils/21139
73 * readelf.c (target_specific_reloc_handling): Add num_syms
74 parameter. Check for symbol table overflow before accessing
75 symbol value. If reloc pointer is NULL, discard all saved state.
76 (apply_relocations): Pass num_syms to target_specific_reloc_handling.
77 Call target_specific_reloc_handling with a NULL reloc pointer
78 after processing all of the relocs.
79
03f7786e
NC
802017-02-13 Nick Clifton <nickc@redhat.com>
81
82 PR binutils/21137
83 * readelf.c (target_specific_reloc_handling): Add end parameter.
84 Check for buffer overflow before writing relocated values.
85 (apply_relocations): Pass end to target_specific_reloc_handling.
86
387dd777
DP
872017-01-27 Dilyan Palauzov <dilyan.palauzov@aegee.org>
88 Nick Clifton <nickc@redhat.com>
89
90 PR 20343
91 * doc/binutils.texi (ar): Extend documentation of the --plugin
92 option. Include a description of where the plugins should be
93 located.
94 (nm): Likewise.
95
cf581a9b
NC
962017-01-23 Nick Clifton <nickc@redhat.com>
97
98 * MAINTAINERS: Add Bernd to Past Maintainers section.
c49f9d0f 99 (SCORE): Remove Mei Ligang as maintainer. Add to Past Maintainers
71d01c69 100 section.
cf581a9b 101
715e99a4
BS
1022017-01-23 Bernd Schmidt <bschmidt@redhat.com>
103
104 * MAINTAINERS (BFIN): Remove myself as Blackfin maintainer.
105
1737c640
AB
1062017-01-20 Andrew Burgess <andrew.burgess@embecosm.com>
107
108 * objdump.c (dump_section_header): Extract max section name length
109 from data parameter, use this when formatting output.
110 (find_longest_section_name): New function.
111 (dump_headers): Calculate longest section name when in wide mode,
112 reformat to unify printing of header line.
113
2cedb9eb
BR
1142017-01-18 Bernhard Rosenkranzer <bero@lindev.ch>
115
116 PR 21059
117 * arlex.l: Support processing with flex 2.6.3.
118 * deflex.l: Likewise.
119
6bb21700
DT
1202017-01-17 Dmitry Timoshkov <dmitry@baikal.ru>
121
122 * resbin.c: Optional dialog control data immediately follows
123 the control description without alignment.
124 * testsuite/binutils-all/windres/controldata.rc: New test.
125 source.
126 * testsuite/binutils-all/windres/controldata.rsd: New test.
127
2425a30e
NC
1282017-01-12 Nick Clifton <nickc@redhat.com>
129
130 PR binutils/20876
131 * NEWS: Mention the new feature.
132 * testsuite/binutils-all/objdump.exp (test_build_id_debuglink):
133 New proc to test the location of separate debug info files using
134 the build-id method.
135
b972a0d6
NC
1362017-01-10 Nick Clifton <nickc@redhat.com>
137
138 PR 21034
139 * stabs.c (parse_stab_members): Fix thinko checking for g++
140 version 1 stabs information.
141
cd6581da
NC
1422017-01-09 Nick Clifton <nickc@redhat.com>
143
144 * objdump.c (display_file): Add new parameter 'last_file'. If
145 last_file is true, do not call bfd_close at the end of the
146 function.
147 (main): Set the value of the last_file parameter when calling
148 display_file.
149
4d74727a
AM
1502017-01-09 Alan Modra <amodra@gmail.com>
151
152 * readelf.c (process_section_headers): Correct .rel.dyn/.rela.dyn
153 comment.
154
fd13a84b
NC
1552017-01-06 Nick Clifton <nickc@redhat.com>
156
157 * MAINTAINERS: Move Paul Brook to the Past Maintainers section.
158
b0556316
DP
1592017-01-04 Dilan Palauzov <dilyan.palauzov@aegee.org>
160
161 PR 20958
162 * syslex.l (option): Add noyywrap
163 (yywrap): Delete.
164
2571583a
AM
1652017-01-02 Alan Modra <amodra@gmail.com>
166
167 Update year range in copyright notice of all files.
168
5c1ad6b5 169For older changes see ChangeLog-2016
3499769a 170\f
5c1ad6b5 171Copyright (C) 2017 Free Software Foundation, Inc.
3499769a
AM
172
173Copying and distribution of this file, with or without modification,
174are permitted in any medium without royalty provided the copyright
175notice and this notice are preserved.
176
177Local Variables:
178mode: change-log
179left-margin: 8
180fill-column: 74
181version-control: never
182End:
This page took 0.071177 seconds and 4 git commands to generate.