* coff-arm.c (coff_arm_link_hash_table_create): Use bfd_zmalloc.
[deliverable/binutils-gdb.git] / bfd / elf64-sh64.c
index 3e6d081f7745ec6cd962a440f5881921409f730d..7a9297cf329ff1fcf5aaccca3b01fd78fa6e5aad 100644 (file)
@@ -3069,7 +3069,7 @@ sh64_elf64_link_hash_table_create (bfd *abfd)
 {
   struct elf_link_hash_table *ret;
 
-  ret = (struct elf_link_hash_table *) bfd_malloc (sizeof (* ret));
+  ret = (struct elf_link_hash_table *) bfd_zmalloc (sizeof (* ret));
   if (ret == (struct elf_link_hash_table *) NULL)
     return NULL;
 
This page took 0.024109 seconds and 4 git commands to generate.