From e59e0f619443afc5defcd22e7a99eebd462637df Mon Sep 17 00:00:00 2001 From: "Colin J. Brigato" Date: Tue, 23 Jul 2019 23:42:48 +0200 Subject: [PATCH] Typo --- armsrc/Standalone/hf_bog.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/armsrc/Standalone/hf_bog.c b/armsrc/Standalone/hf_bog.c index eaa69cd47..5a950bddc 100644 --- a/armsrc/Standalone/hf_bog.c +++ b/armsrc/Standalone/hf_bog.c @@ -205,8 +205,7 @@ void RAMFUNC SniffAndStore(uint8_t param) { if (auth_attempts > 0) { if (DBGLEVEL > 1) Dbprintf("[!] Authentication attempts = %u", auth_attempts); - - if + size_t size = 4 * auth_attempts; uint8_t *data = BigBuf_malloc(size);