diff options
author | Nick Clifton <nickc@redhat.com> | 2023-04-11 16:22:28 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2023-04-11 16:22:28 +0100 |
commit | 91496180eba5150fb169c5edaff16877eefae7f9 (patch) | |
tree | 613580ae857111e9f92ba325f27b0156eb09748a /gprof/ChangeLog | |
parent | 9f1c612b7c1bb2d3035ca9416e5f09d844620e89 (diff) | |
download | fsf-binutils-gdb-91496180eba5150fb169c5edaff16877eefae7f9.zip fsf-binutils-gdb-91496180eba5150fb169c5edaff16877eefae7f9.tar.gz fsf-binutils-gdb-91496180eba5150fb169c5edaff16877eefae7f9.tar.bz2 |
Fix an illegal memorty access when running gprof over corrupt data.
PR 30324
* symtab.c (symtab_finalize): Only change the end address if dst has been updated.
Diffstat (limited to 'gprof/ChangeLog')
-rw-r--r-- | gprof/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gprof/ChangeLog b/gprof/ChangeLog index d49b189..33a95f2 100644 --- a/gprof/ChangeLog +++ b/gprof/ChangeLog @@ -1,3 +1,9 @@ +2023-04-11 Nick Clifton <nickc@redhat.com> + + PR 30324 + * symtab.c (symtab_finalize): Only change the end address if dst + has been updated. + 2023-02-20 Nick Clifton <nickc@redhat.com> * po/ms.po: Updated Malayasian translation. |