* coff-arm.c (coff_arm_link_hash_table_create): Use bfd_zmalloc.
[deliverable/binutils-gdb.git] / bfd / elf32-score.c
index 7b16ea2d15a507cfe7db6893aa45f86974142840..ee3a668a1ee41ace6b78a4f47cb13aa0a882fdd1 100644 (file)
@@ -4357,7 +4357,7 @@ elf32_score_link_hash_table_create (bfd *abfd)
   struct elf_link_hash_table *ret;
   bfd_size_type amt = sizeof (struct elf_link_hash_table);
 
-  ret = (struct elf_link_hash_table *) bfd_malloc (amt);
+  ret = (struct elf_link_hash_table *) bfd_zmalloc (amt);
   if (ret == NULL)
     return NULL;
 
This page took 0.025622 seconds and 4 git commands to generate.