diff options
Diffstat (limited to 'gprof/ChangeLog')
-rw-r--r-- | gprof/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gprof/ChangeLog b/gprof/ChangeLog index 1081e8f..e5afbf6 100644 --- a/gprof/ChangeLog +++ b/gprof/ChangeLog @@ -1,3 +1,12 @@ +2016-08-30 Nick Clifton <nickc@redhat.com> + + 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. + 2016-08-23 Nick Clifton <nickc@redhat.com> PR gprof/20499 |