Skip to content

Commit

Permalink
Merge pull request #5 from timwr/master
Browse files Browse the repository at this point in the history
fix memeory typo
  • Loading branch information
Armis, Inc committed Oct 26, 2017
2 parents 467a35e + 34a799e commit 69314f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/doit.py
Expand Up @@ -89,7 +89,7 @@ def set_rand_bdaddr(src_hci):


def memory_leak_get_bases(src, src_hci, dst):
prog = log.progress('Doing stack memeory leak...')
prog = log.progress('Doing stack memory leak...')

# Get leaked stack data. This memory leak gets "deterministic" "garbage" from the stack.
result = bluedroid.do_sdp_info_leak(dst, src)
Expand Down

0 comments on commit 69314f5

Please sign in to comment.