2009-04-23 Matthias Klose <doko@ubuntu.com>
authorDave Korn <dave.korn@artimi.com>
Thu, 23 Apr 2009 13:36:43 +0000 (13:36 +0000)
committerDave Korn <dave.korn@artimi.com>
Thu, 23 Apr 2009 13:36:43 +0000 (13:36 +0000)
* bfd/peXXigen.c (_bfd_XXi_swap_sym_in): Initialize `name'.

bfd/ChangeLog
bfd/peXXigen.c

index 07cd593fbb606b54c8ff9b82591a62f8a2b30309..cc814e95d5e46a13d24202f53ccd4a1db5c7ba77 100644 (file)
@@ -1,3 +1,7 @@
+2009-04-23  Matthias Klose  <doko@ubuntu.com>
+
+       * bfd/peXXigen.c (_bfd_XXi_swap_sym_in): Initialize `name'.
+
 2009-04-22  Christophe Lyon  <christophe.lyon@st.com>
 
        PR9743
index fb8ced0322f58c04f09374e5198a2cb5b511b88f..76224cb090601d22730268df99a38d92d50ed3f9 100644 (file)
@@ -130,7 +130,7 @@ _bfd_XXi_swap_sym_in (bfd * abfd, void * ext1, void * in1)
   if (in->n_sclass == C_SECTION)
     {
       char namebuf[SYMNMLEN + 1];
-      const char *name;
+      const char *name = NULL;
 
       in->n_value = 0x0;
 
This page took 0.025591 seconds and 4 git commands to generate.