COFF buffer overflow in mark_relocs
[deliverable/binutils-gdb.git] / bfd / elf64-alpha.c
index 557b2a154b4fe59d34a314b283e1251328636599..681f792c7131a58aff32bc659664604e2aba080c 100644 (file)
@@ -4825,11 +4825,9 @@ elf64_alpha_relocate_section (bfd *output_bfd, struct bfd_link_info *info,
                if (*name == '\0')
                  name = bfd_section_name (input_bfd, sec);
              }
-           if (! ((*info->callbacks->reloc_overflow)
-                  (info, (h ? &h->root.root : NULL), name, howto->name,
-                   (bfd_vma) 0, input_bfd, input_section,
-                   rel->r_offset)))
-             ret_val = FALSE;
+           (*info->callbacks->reloc_overflow)
+             (info, (h ? &h->root.root : NULL), name, howto->name,
+              (bfd_vma) 0, input_bfd, input_section, rel->r_offset);
          }
          break;
 
This page took 0.023453 seconds and 4 git commands to generate.