rename: ul_switch_off_field -> DropField (inside cmdhf14a.c)
chg: Fix memory bounds error (@wsmoses)
c3511781a1
This commit is contained in:
@@ -225,7 +225,7 @@ int CmdT55xxSetConfig(const char *Cmd) {
|
||||
cmdp+=2;
|
||||
break;
|
||||
case 'd':
|
||||
param_getstr(Cmd, cmdp+1, modulation);
|
||||
param_getstr(Cmd, cmdp+1, modulation, sizeof(modulation));
|
||||
cmdp += 2;
|
||||
|
||||
if ( strcmp(modulation, "FSK" ) == 0) {
|
||||
|
||||
Reference in New Issue
Block a user