forked from Imagelibrary/binutils-gdb
2013-10-14 Jan-Benedict Glaw <jbglaw@lug-owl.de>
* readelf.c (decode_arm_unwind): Don't initialize `addr'.
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user