2009-04-23 Matthias Klose <doko@ubuntu.com>
* bfd/peXXigen.c (_bfd_XXi_swap_sym_in): Initialize `name'.
This commit is contained in:
parent
ee8921dd8e
commit
ba7758981e
@ -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
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user