aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2021-01-14 09:15:13 +0000
committerNick Clifton <nickc@redhat.com>2021-01-14 09:15:13 +0000
commit7e0d77ef5ffa7e47655db2a5df5082004f7c104e (patch)
tree470243151515f6297d8b51b59b8ca28cecf0a2a5 /bfd/ChangeLog
parent271bea6acd3759db96b33a30f110ee5e1f8146fc (diff)
downloadfsf-binutils-gdb-7e0d77ef5ffa7e47655db2a5df5082004f7c104e.zip
fsf-binutils-gdb-7e0d77ef5ffa7e47655db2a5df5082004f7c104e.tar.gz
fsf-binutils-gdb-7e0d77ef5ffa7e47655db2a5df5082004f7c104e.tar.bz2
Fix an illegal memory access parsing a win32pstatus note with a type of 0.
* elf.c (elfcore_grok_win32pstatus): Check for a note type of 0.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 330b0d7..7f1b720 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,7 @@
+2021-01-14 Nick Clifton <nickc@redhat.com>
+
+ * elf.c (elfcore_grok_win32pstatus): Check for a note type of 0.
+
2021-01-13 Alan Modra <amodra@gmail.com>
* Makefile.in: Regenerate.