aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2021-04-30 14:19:24 +0100
committerNick Clifton <nickc@redhat.com>2021-04-30 14:19:24 +0100
commit9f84cb380e8403ad4f1184fd09af475c17fd8835 (patch)
tree46be58b8bc60780a6bbb9251f11f7e5587228406 /bfd/ChangeLog
parent6cb40a679b23b07b9fe0c43147d300b630deec70 (diff)
downloadbinutils-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/ChangeLog6
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.