diff options
author | Nick Clifton <nickc@redhat.com> | 2021-11-24 17:02:02 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2021-11-24 17:02:02 +0000 |
commit | d8ed269e5c875845fcd0f1a25457eafe3f485249 (patch) | |
tree | 9a8dc0981bf76f908a9808a76dd6fe461a215130 /binutils/ChangeLog | |
parent | gdb: fix crash when reading ECOFF debug information (diff) | |
download | binutils-gdb-d8ed269e5c875845fcd0f1a25457eafe3f485249.tar.gz binutils-gdb-d8ed269e5c875845fcd0f1a25457eafe3f485249.tar.bz2 binutils-gdb-d8ed269e5c875845fcd0f1a25457eafe3f485249.zip |
Fix an illegal memory access parsing a corrupt sysroff file.
PR 28564
* sysdump.c (getCHARS): Check for an out of bounds read.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 8d2f0413f9f..cc742ec4951 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +2021-11-24 Nick Clifton <nickc@redhat.com> + + PR 28564 + * sysdump.c (getCHARS): Check for an out of bounds read. + 2021-11-16 Fangrui Song <maskray@google.com> * readelf.c (enum relocation_type): New. |