diff options
author | Nick Clifton <nickc@redhat.com> | 2022-12-05 11:11:44 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2022-12-05 11:11:44 +0000 |
commit | 942fa4fb32738ecbb447546d54f1e5f0312d2ed4 (patch) | |
tree | f3e1e8e4cb2ed4644df8fbe5032fdd99bac8d834 /bfd/ChangeLog | |
parent | ecfbeec8d0a7687a6464caa088b2283b30a25d7e (diff) | |
download | gdb-942fa4fb32738ecbb447546d54f1e5f0312d2ed4.zip gdb-942fa4fb32738ecbb447546d54f1e5f0312d2ed4.tar.gz gdb-942fa4fb32738ecbb447546d54f1e5f0312d2ed4.tar.bz2 |
Fix an illegal memory access when parsing a corrupt VMS Alpha file.
PR 29848
* vms-alpha.c (parse_module): Fix potential out of bounds memory
access.
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 eee5d42..ee8eaf0 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2022-12-05 Nick Clifton <nickc@redhat.com> + + PR 29848 + * vms-alpha.c (parse_module): Fix potential out of bounds memory + access. + 2022-12-01 Nick Clifton <nickc@redhat.com> PR 25202 |