aboutsummaryrefslogtreecommitdiff
path: root/gprof/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2016-08-22 14:16:26 +0100
committerNick Clifton <nickc@redhat.com>2016-08-22 14:16:26 +0100
commit4ca0333f073cb4d86fe9d4e64c9dfdca5deba1e0 (patch)
tree2ac9a4bace8b9f16422ab3b459ab40135e364e32 /gprof/ChangeLog
parent888a7fc3665a67e20da1bce2f865b0ff9ef15842 (diff)
downloadfsf-binutils-gdb-4ca0333f073cb4d86fe9d4e64c9dfdca5deba1e0.zip
fsf-binutils-gdb-4ca0333f073cb4d86fe9d4e64c9dfdca5deba1e0.tar.gz
fsf-binutils-gdb-4ca0333f073cb4d86fe9d4e64c9dfdca5deba1e0.tar.bz2
Prevent a seg-fault in gprof when parsing a corrupt core file.
PR gprof/20499 * corefile.c (core_create_syms_from): Avoid walking off the end of the symbol table.
Diffstat (limited to 'gprof/ChangeLog')
-rw-r--r--gprof/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gprof/ChangeLog b/gprof/ChangeLog
index 83e8d17..eabc188 100644
--- a/gprof/ChangeLog
+++ b/gprof/ChangeLog
@@ -1,3 +1,9 @@
+2016-08-22 Nick Clifton <nickc@redhat.com>
+
+ PR gprof/20499
+ * corefile.c (core_create_syms_from): Avoid walking off the end of
+ the symbol table.
+
2016-07-21 H.J. Lu <hongjiu.lu@intel.com>
* configure: Regenerated.