зеркало из https://github.com/microsoft/git.git
builtin-grep: terminate correctly at EOF
It barfed and segfaulted with an incomplete line. Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Родитель
1e3d90e013
Коммит
7ed36f56e3
|
@ -264,6 +264,8 @@ static int grep_buffer(struct grep_opt *opt, const char *name,
|
|||
}
|
||||
*eol = ch;
|
||||
bol = eol + 1;
|
||||
if (!left)
|
||||
break;
|
||||
left--;
|
||||
lno++;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче