commit | 02ab97709d5c56fb7fe42e134bb9fc54f76a1f9f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 07 14:55:09 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 07 14:55:09 2018 +0200 |
tree | 7f7cf1ce94baaa11f4943762b6e9001da52d2879 | |
parent | 7cc596547a582e7bc18d91312eb674906ebdc5c2 [diff] [blame] |
patch 8.1.0242: Insert mode completion may use an invalid buffer pointer Problem: Insert mode completion may use an invalid buffer pointer. Solution: Check for ins_buf to be valid. (closes #3290)
diff --git a/src/version.c b/src/version.c index 6162752..5a263a9 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 242, +/**/ 241, /**/ 240,