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