aboutsummaryrefslogtreecommitdiff
path: root/gprof/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gprof/ChangeLog')
-rw-r--r--gprof/ChangeLog7
1 files changed, 3 insertions, 4 deletions
diff --git a/gprof/ChangeLog b/gprof/ChangeLog
index e5afbf6..176a8f9 100644
--- a/gprof/ChangeLog
+++ b/gprof/ChangeLog
@@ -2,10 +2,9 @@
PR gprof/20499
* corefile.c (num_of_syms_in): Return an unsigned int.
- (core_create_syms_from): Catch a possible integer overflow
- computing the argument to xmalloc. Also allow for the possibility
- that an integer overflow in num_of_syms_in means that less space
- has been allocated than expected.
+ Fail if the count exceeds the maximum possible allocatable size.
+ (core_create_syms_from): Exit early if num_of_syms_in returns a
+ failure code.
2016-08-23 Nick Clifton <nickc@redhat.com>