Revert bfd_get_size checks
[deliverable/binutils-gdb.git] / bfd / elf.c
index 7cc0ce1fa6b8030d7b386da341270b3ecd5bceef..9c4dcdf452d1ab43c89d38b082214d0f694d3894 100644 (file)
--- a/bfd/elf.c
+++ b/bfd/elf.c
@@ -294,11 +294,6 @@ bfd_elf_get_str_section (bfd *abfd, unsigned int shindex)
       offset = i_shdrp[shindex]->sh_offset;
       shstrtabsize = i_shdrp[shindex]->sh_size;
 
-      /* PR binutils/17512: Do not even try to load
-        a string table bigger than the entire file...  */
-      if (shstrtabsize >= (bfd_size_type) bfd_get_size (abfd))
-       return NULL;
-
       /* Allocate and clear an extra byte at the end, to prevent crashes
         in case the string table is not terminated.  */
       if (shstrtabsize + 1 <= 1
This page took 0.025172 seconds and 4 git commands to generate.