commit | 1cbfc9914db1cb06aaa092fa42eb7a2fc3dc7ad7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Dec 02 12:37:37 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Dec 02 12:37:37 2020 +0100 |
tree | 2d006290346b32cd411080d3087a84d8a49e08b6 | |
parent | a452b808b4da2d272ca4a50865eb8ca89a58f239 [diff] [blame] |
patch 8.2.2078: illegal memory access when using :print on invalid text Problem: Illegal memory access when using :print on invalid text. (Dhiraj Mishra) Solution: Check for more composing characters than supported. (closes #7399)
diff --git a/src/version.c b/src/version.c index 9234d39..2eb5de5 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2078, +/**/ 2077, /**/ 2076,