diff options
author | Alan Modra <amodra@gmail.com> | 2020-03-31 14:53:27 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2020-03-31 15:04:21 +1030 |
commit | 816995444667f936c918bc76f3945105c4e1ec1b (patch) | |
tree | 27a1eaa1afd76a1468ce87332a10ed51ac44e51b /bfd/ChangeLog | |
parent | b3b360dec78845e30e7994cd633905da5668a96c (diff) | |
download | gdb-816995444667f936c918bc76f3945105c4e1ec1b.zip gdb-816995444667f936c918bc76f3945105c4e1ec1b.tar.gz gdb-816995444667f936c918bc76f3945105c4e1ec1b.tar.bz2 |
alpha-vms: sanity checks for image_write
* vms-alpha.c (image_write): Check bounds for sections without
contents too. Error on non-zero write to section without
contents.
(_bfd_vms_slurp_etir): Check return of image_write* functions.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index b344133..1878fd7 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,12 @@ 2020-03-31 Alan Modra <amodra@gmail.com> + * vms-alpha.c (image_write): Check bounds for sections without + contents too. Error on non-zero write to section without + contents. + (_bfd_vms_slurp_etir): Check return of image_write* functions. + +2020-03-31 Alan Modra <amodra@gmail.com> + * tekhex.c (pass_over): Check is_eof before reading buffer. 2020-03-30 Nick Clifton <nickc@redhat.com> |