Better fix for PR 20499, including preventing strlen from being called on an uninitia...
[external/binutils.git] / gprof / ChangeLog
1 2016-08-23  Nick Clifton  <nickc@redhat.com>
2
3         PR gprof/20499
4         * corefile.c (BUFSIZE): Define.
5         (STR_BUFSIZE): Define.
6         (read_function_mappings): Use BUFSIZE and STR)BUFSIZE.
7         (num_of_syms_in): Move buf, address and name arrays out of
8         function and declare as static BUFSIZE arrays.
9         Use STR_BUFSIZE when scanning for name and address.
10         (core_create_syms_from): Revert previous delta.  Instead
11         short circuit the parsing of a symbol if all three fields
12         could not be found.
13
14 2016-08-22  Nick Clifton  <nickc@redhat.com>
15
16         PR gprof/20499
17         * corefile.c (core_create_syms_from): Avoid walking off the end of
18         the symbol table.
19
20 2016-07-21  H.J. Lu  <hongjiu.lu@intel.com>
21
22         * configure: Regenerated.
23
24 2016-04-20  Trevor Saunders  <tbsaunde+binutils@tbsaunde.org>
25
26         * basic_blocks.c: Update old style function definitions.
27         * cg_arcs.c: Likewise.
28         * cg_print.c: Likewise.
29         * gen-c-prog.awk: Likewise.
30         * gmon_io.c: Likewise.
31         * hertz.c: Likewise.
32         * hist.c: Likewise.
33         * sym_ids.c: Likewise.
34
35 2016-04-15  H.J. Lu  <hongjiu.lu@intel.com>
36
37         * Makefile.in: Regenerated with automake 1.11.6.
38         * aclocal.m4: Likewise.
39
40 2016-03-22  Nick Clifton  <nickc@redhat.com>
41
42         * configure: Regenerate.
43
44 2016-01-17  Alan Modra  <amodra@gmail.com>
45
46         * configure: Regenerate.
47
48 2016-01-01  Alan Modra  <amodra@gmail.com>
49
50         Update year range in copyright notice of all files.
51
52 For older changes see ChangeLog-2015
53 \f
54 Copyright (C) 2016 Free Software Foundation, Inc.
55
56 Copying and distribution of this file, with or without modification,
57 are permitted in any medium without royalty provided the copyright
58 notice and this notice are preserved.
59
60 Local Variables:
61 mode: change-log
62 left-margin: 8
63 fill-column: 74
64 version-control: never
65 End: