1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-09-26 22:10:45 +02:00

19671: error in zle-line-init caused infinite loop

This commit is contained in:
Peter Stephenson 2004-03-22 19:51:17 +00:00
parent e3938ae56d
commit c5add3e2f5

View File

@ -835,6 +835,7 @@ zleread(char *lp, char *rp, int flags, int context)
args[1] = NULL;
execzlefunc(initthingy, args);
unrefthingy(initthingy);
errflag = retflag = 0;
}
zlecore();