Add a minimal change to prevent NULL deference in ee(1).
To repeat the problem, one can press "Ctrl+C" and then enter "0". Submitted by: Alexander Best <alexbestms wwu de>
This commit is contained in:
parent
e6bf277eff
commit
4ed03b8dd4
@ -1989,7 +1989,7 @@ char *cmd_str;
|
||||
int number;
|
||||
int i;
|
||||
char *ptr;
|
||||
char *direction = NULL;
|
||||
char *direction = "d";
|
||||
struct text *t_line;
|
||||
|
||||
ptr = cmd_str;
|
||||
|
Loading…
x
Reference in New Issue
Block a user