commit | 7b5d5442696d86daab062592d5c86c829757c352 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Oct 04 13:42:34 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Oct 04 13:42:34 2020 +0200 |
tree | 9820f883da5e85b119c51bb04fbccc48fd9d10e8 | |
parent | 2bb2658bef9fb25b320f87147261b7154494a86f [diff] [blame] |
patch 8.2.1796: Vim9: invalid memory access with weird function name Problem: Vim9: invalid memory access with weird function name. (Dhiraj Mishra) Solution: Check the name is valid. Add a test.
diff --git a/src/version.c b/src/version.c index 984da5f..09109b0 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1796, +/**/ 1795, /**/ 1794,