comparison src/version.c @ 23328:8e0ec52cad85 v8.2.2207

patch 8.2.2207: illegal memory access if popup menu items are changed Commit: https://github.com/vim/vim/commit/38455a921395a56690790c8c1d28c1c43ca04c8a Author: Bram Moolenaar <Bram@vim.org> Date: Thu Dec 24 18:39:02 2020 +0100 patch 8.2.2207: illegal memory access if popup menu items are changed Problem: Illegal memory access if popup menu items are changed while the menu is visible. (Tom?? Janou?ek) Solution: Make a copy of the text. (closes #7537)
author Bram Moolenaar <Bram@vim.org>
date Thu, 24 Dec 2020 18:45:03 +0100
parents 68df9697667a
children e8eb4fd44902
comparison
equal deleted inserted replaced
23327:2b493a1b5478 23328:8e0ec52cad85
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 2207,
753 /**/ 755 /**/
754 2206, 756 2206,
755 /**/ 757 /**/
756 2205, 758 2205,
757 /**/ 759 /**/