mirror of
https://github.com/simh/simh.git
synced 2026-05-05 23:34:21 +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;
|
t_bool close_session = FALSE;
|
||||||
TMLN *lp;
|
TMLN *lp;
|
||||||
char cbuf[4*CBUFSIZE], gbuf[CBUFSIZE], *cptr, *argv[1] = {NULL};
|
char cbuf[4*CBUFSIZE], gbuf[CBUFSIZE], *cptr, *argv[1] = {NULL};
|
||||||
CTAB *cmdp;
|
CTAB *cmdp = NULL;
|
||||||
uint32 read_start_time;
|
uint32 read_start_time;
|
||||||
t_offset cmd_log_start;
|
t_offset cmd_log_start;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user