diff options
-rw-r--r-- | bfd/vms-alpha.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bfd/vms-alpha.c b/bfd/vms-alpha.c index 0ea9ed5..9db4763 100644 --- a/bfd/vms-alpha.c +++ b/bfd/vms-alpha.c @@ -1570,6 +1570,8 @@ dst_define_location (bfd *abfd, unsigned int loc) (loc + 1) * sizeof (unsigned int)); if (PRIV (dst_ptr_offsets) == NULL) return false; + memset (PRIV (dst_ptr_offsets) + PRIV (dst_ptr_offsets_count), 0, + (loc - PRIV (dst_ptr_offsets_count)) * sizeof (unsigned int)); PRIV (dst_ptr_offsets_count) = loc + 1; } |