2009-04-23 Matthias Klose <doko@ubuntu.com>

* bfd/peXXigen.c (_bfd_XXi_swap_sym_in): Initialize `name'.
This commit is contained in:
Dave Korn
2009-04-23 13:36:43 +00:00
parent ee8921dd8e
commit ba7758981e
2 changed files with 5 additions and 1 deletions

View 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;