Blame SOURCES/binutils-rh1172766-1.patch

d570a8
--- binutils-2.23.52.0.1/bfd/elflink.c.~0~	2015-05-21 19:00:55.000000000 -0400
d570a8
+++ binutils-2.23.52.0.1/bfd/elflink.c	2015-05-21 18:58:41.000000000 -0400
d570a8
@@ -3803,7 +3803,7 @@
d570a8
       /* We store a pointer to the hash table entry for each external
d570a8
 	 symbol.  */
d570a8
       amt = extsymcount * sizeof (struct elf_link_hash_entry *);
d570a8
-      sym_hash = (struct elf_link_hash_entry **) bfd_alloc (abfd, amt);
d570a8
+      sym_hash = (struct elf_link_hash_entry **) bfd_zalloc (abfd, amt);
d570a8
       if (sym_hash == NULL)
d570a8
 	goto error_free_sym;
d570a8
       elf_sym_hashes (abfd) = sym_hash;