comparison src/version.c @ 23064:89c324e327c0 v8.2.2078

patch 8.2.2078: illegal memory access when using :print on invalid text Commit: https://github.com/vim/vim/commit/1cbfc9914db1cb06aaa092fa42eb7a2fc3dc7ad7 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Dec 2 12:37:37 2020 +0100 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)
author Bram Moolenaar <Bram@vim.org>
date Wed, 02 Dec 2020 12:45:03 +0100
parents fa87b0d1277b
children b3124656f050
comparison
equal deleted inserted replaced
23063:909927c2d5ac 23064:89c324e327c0
748 NULL 748 NULL
749 }; 749 };
750 750
751 static int included_patches[] = 751 static int included_patches[] =
752 { /* Add new patch number below this line */ 752 { /* Add new patch number below this line */
753 /**/
754 2078,
753 /**/ 755 /**/
754 2077, 756 2077,
755 /**/ 757 /**/
756 2076, 758 2076,
757 /**/ 759 /**/