Initialize *uncompressed_align_pow_p to 0
[deliverable/binutils-gdb.git] / bfd / compress.c
index 97ea624eb877085d1fc927855c0c7666ca2c2498..18a7597f70aaf8f4c24461f29a92aa800e2bdba9 100644 (file)
@@ -394,6 +394,8 @@ bfd_is_section_compressed_with_header (bfd *abfd, sec_ptr sec,
   unsigned int saved = sec->compress_status;
   bfd_boolean compressed;
 
+  *uncompressed_align_pow_p = 0;
+
   compression_header_size = bfd_get_compression_header_size (abfd, sec);
   if (compression_header_size > MAX_COMPRESSION_HEADER_SIZE)
     abort ();
This page took 0.025302 seconds and 4 git commands to generate.