aboutsummaryrefslogtreecommitdiff
path: root/opcodes/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2023-04-11 14:54:26 +0100
committerNick Clifton <nickc@redhat.com>2023-04-11 14:54:26 +0100
commit37522c873e86dd4941b9cdf38116f31d447d2234 (patch)
tree55510d51e42565a00a20a4a824e2b11d4d7f48d0 /opcodes/ChangeLog
parent7594741ebc2700a36fb77acfc6515dbfca4ed0dc (diff)
downloadgdb-37522c873e86dd4941b9cdf38116f31d447d2234.zip
gdb-37522c873e86dd4941b9cdf38116f31d447d2234.tar.gz
gdb-37522c873e86dd4941b9cdf38116f31d447d2234.tar.bz2
Fix illegal memory access when disassembling corrupt NFP binaries.
PR 30310 * nfp-dis.c (init_nfp6000_priv): Check that the output section exists.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r--opcodes/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index e8a224b..a25c20d 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,9 @@
+2023-04-11 Nick Clifton <nickc@redhat.com>
+
+ PR 30310
+ * nfp-dis.c (init_nfp6000_priv): Check that the output section
+ exists.
+
2023-03-15 Nick Clifton <nickc@redhat.com>
PR 30231