diff options
author | Nick Clifton <nickc@redhat.com> | 2021-04-30 14:19:24 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2021-04-30 14:19:24 +0100 |
commit | 9f84cb380e8403ad4f1184fd09af475c17fd8835 (patch) | |
tree | 46be58b8bc60780a6bbb9251f11f7e5587228406 /bfd/ChangeLog | |
parent | 6cb40a679b23b07b9fe0c43147d300b630deec70 (diff) | |
download | binutils-9f84cb380e8403ad4f1184fd09af475c17fd8835.zip binutils-9f84cb380e8403ad4f1184fd09af475c17fd8835.tar.gz binutils-9f84cb380e8403ad4f1184fd09af475c17fd8835.tar.bz2 |
Fix an illegal memory access when parsing a corrupt core note.
PR 27799
* elf32-xtensa.c (elf_xtensa_grok_prstatus): Check for core notes
that are too small.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 548ed9f..cd9b1b3 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,11 @@ 2021-04-30 Nick Clifton <nickc@redhat.com> + PR 27799 + * elf32-xtensa.c (elf_xtensa_grok_prstatus): Check for core notes + that are too small. + +2021-04-30 Nick Clifton <nickc@redhat.com> + PR 27797 * libbfd.c (bfd_realloc_or_free): Do not free a pointer than has been realloc'ed to size 0. |