1
0
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:
Timothe Litt
2013-06-17 15:11:24 -04:00
parent b8408c6641
commit 9752a71943

View File

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