This commit is contained in:
Colin J. Brigato 2019-07-23 23:42:48 +02:00 committed by GitHub
parent d3633b719f
commit e59e0f6194
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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