commit | 772153f8d85c83e08427d93460a676d7f079f002 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Mar 04 12:09:49 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Mar 04 12:09:49 2019 +0100 |
tree | 31248090660641a3d9bfd27eb32e6fd84ee53c95 | |
parent | cce713ddcc0c9ab29926c28e287cbb587a959b08 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 4ac981e..8722a83 100644 --- a/src/version.c +++ b/src/version.c
@@ -780,6 +780,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 993, +/**/ 992, /**/ 991,