This commit is contained in:
Colin J. Brigato
2019-07-23 23:42:48 +02:00
committed by GitHub
parent d3633b719f
commit e59e0f6194

View File

@@ -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);