commit | 282f9c64e570e832d3eba12950da15c9f1a40f06 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 04 21:46:18 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 04 21:46:18 2020 +0200 |
tree | 2b5a2fe526c67da543ba32859f54808e546cb2f4 | |
parent | e46a2ed0d8471b93a8b9edd98280d5de4a02c623 [diff] [blame] |
patch 8.2.1364: invalid memory access when searching for raw string Problem: Invalid memory access when searching for raw string. Solution: Check for delimiter match before following quote. (closes #6578)
diff --git a/src/version.c b/src/version.c index 376c8fd..366d3ab 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1364, +/**/ 1363, /**/ 1362,