rename: ul_switch_off_field -> DropField (inside cmdhf14a.c)
chg: Fix memory bounds error (@wsmoses)
c3511781a1
This commit is contained in:
@@ -484,7 +484,7 @@ int CmdEM410xBrute(const char *Cmd) {
|
||||
delay = param_get32ex(Cmd, 4, 1000, 10);
|
||||
}
|
||||
|
||||
param_getstr(Cmd, 0, filename);
|
||||
param_getstr(Cmd, 0, filename, FILE_PATH_SIZE);
|
||||
|
||||
if (strlen(filename) == 0) {
|
||||
PrintAndLog("Error: Please specify a filename");
|
||||
|
||||
Reference in New Issue
Block a user