mirror of
https://github.com/simh/simh.git
synced 2026-02-13 11:25:51 +00:00
Access violation if invalid command entered to remote console
This commit is contained in:
@@ -521,7 +521,7 @@ t_bool got_command;
|
||||
t_bool close_session = FALSE;
|
||||
TMLN *lp;
|
||||
char cbuf[4*CBUFSIZE], gbuf[CBUFSIZE], *cptr, *argv[1] = {NULL};
|
||||
CTAB *cmdp;
|
||||
CTAB *cmdp = NULL;
|
||||
uint32 read_start_time;
|
||||
t_offset cmd_log_start;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user