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