PR binutils/11419
authorNick Clifton <nickc@redhat.com>
Tue, 13 Apr 2010 12:20:55 +0000 (12:20 +0000)
committerNick Clifton <nickc@redhat.com>
Tue, 13 Apr 2010 12:20:55 +0000 (12:20 +0000)
        * dwarf.c (process_debug_info): Initialise the signature array.

binutils/ChangeLog
binutils/dwarf.c

index 2db6368..72c4194 100644 (file)
@@ -1,3 +1,8 @@
+2010-04-13  Nick Clifton  <nickc@redhat.com>
+
+       PR binutils/11419
+       * dwarf.c (process_debug_info): Initialise the signature array.
+
 2010-04-09  Nick Clifton  <nickc@redhat.com>
 
        * dwarf.c (process_debug_info): Remove unused variable
index cf5c8e1..0da2c22 100644 (file)
@@ -1961,7 +1961,7 @@ process_debug_info (struct dwarf_section *section,
       unsigned long cu_offset;
       int offset_size;
       int initial_length_size;
-      unsigned char signature[8];
+      unsigned char signature[8] = { 0 };
       unsigned long type_offset = 0;
 
       hdrptr = start;