This commit is contained in:
Zach Riggle 2015-04-13 15:47:54 -04:00
parent 57b2504a6b
commit 38a6e470fa
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ def find_stack_boundary(addr):
def walk_stack():
auxv = walk_stack2(0)
if not auxv0:
if not auxv:
# For whatever reason, sometimes the ARM AUXV under qemu-user is
# not aligned properly.
return walk_stack2(1)