summaryrefslogtreecommitdiff
path: root/bfd/peXXigen.c
diff options
context:
space:
mode:
authorDave Korn <dave.korn@artimi.com>2009-04-23 13:36:43 +0000
committerDave Korn <dave.korn@artimi.com>2009-04-23 13:36:43 +0000
commitc1af275ce510bf398fc5f6b952157ece43676978 (patch)
tree943558a3e1071e90fe0532f56fd8d07c3521ab0d /bfd/peXXigen.c
parent8d54f62d224427fc2894a3502fc9f7d94def5c12 (diff)
downloadbinutils-redhat-c1af275ce510bf398fc5f6b952157ece43676978.tar.gz
2009-04-23 Matthias Klose <doko@ubuntu.com>
* bfd/peXXigen.c (_bfd_XXi_swap_sym_in): Initialize `name'.
Diffstat (limited to 'bfd/peXXigen.c')
-rw-r--r--bfd/peXXigen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/peXXigen.c b/bfd/peXXigen.c
index fb8ced0322..76224cb090 100644
--- a/bfd/peXXigen.c
+++ b/bfd/peXXigen.c
@@ -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;