1
0
forked from aniani/vim

patch 8.1.0993: ch_read() may return garbage if terminating NL is missing

Problem:    ch_read() may return garbage if terminating NL is missing.
Solution:   Add terminating NUL. (Ozaki Kiichi, closes #4065)
This commit is contained in:
Bram Moolenaar
2019-03-04 12:09:49 +01:00
parent cce713ddcc
commit 772153f8d8
3 changed files with 42 additions and 35 deletions

View File

@@ -779,6 +779,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
993,
/**/
992,
/**/