Access violation if invalid command entered to remote console
This commit is contained in:
parent
b8408c6641
commit
9752a71943
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue