diff options
author | Alan Modra <amodra@gmail.com> | 2020-02-24 13:19:13 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2020-02-24 13:21:48 +1030 |
commit | a98c743fdf721a2333220209ca15e147badb55d1 (patch) | |
tree | f5316ed3c706f01401a8564d6bbde4018cbdd63f /bfd/ChangeLog | |
parent | c893ce360a81bed57b9256f9d065541c2f8175c0 (diff) | |
download | gdb-a98c743fdf721a2333220209ca15e147badb55d1.zip gdb-a98c743fdf721a2333220209ca15e147badb55d1.tar.gz gdb-a98c743fdf721a2333220209ca15e147badb55d1.tar.bz2 |
Re: vms buffer overflows and large memory allocation
The last patch wasn't quite correct. I'd missed the fact that sbm_off
had been updated.
* vms-lib.c (_bfd_vms_lib_archive_p): Correct overflow checks.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 58b560d..eeb042c 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,9 @@ 2020-02-24 Alan Modra <amodra@gmail.com> + * vms-lib.c (_bfd_vms_lib_archive_p): Correct overflow checks. + +2020-02-24 Alan Modra <amodra@gmail.com> + * vms-lib.c (struct carsym_mem): Add limit. (vms_add_index): Heed limit. (vms_traverse_index): Catch buffer overflows. Remove outdated fixme. |