2013-10-14 Jan-Benedict Glaw <jbglaw@lug-owl.de>

* readelf.c (decode_arm_unwind): Don't initialize `addr'.
This commit is contained in:
Jan-Benedict Glaw 2013-10-14 12:53:40 +00:00
parent b2e951ec58
commit 37e14bc332
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2013-10-14 Jan-Benedict Glaw <jbglaw@lug-owl.de>
* readelf.c (decode_arm_unwind): Don't initialize `addr'.
2013-10-14 Nick Clifton <nickc@redhat.com>
* readelf.c (decode_arm_unwind): Initialise addr structure.

View file

@ -7170,7 +7170,7 @@ decode_arm_unwind (struct arm_unw_aux_info * aux,
{
int per_index;
unsigned int more_words = 0;
struct absaddr addr = { 0 };
struct absaddr addr;
bfd_vma sym_name = (bfd_vma) -1;
if (remaining == 0)