comparison src/version.c @ 20526:9fd5414e294c v8.2.0817

patch 8.2.0817: not enough memory allocated when converting string Commit: https://github.com/vim/vim/commit/f7271e831614d15d173c7f562cc26f48c2554ce9 Author: Bram Moolenaar <Bram@vim.org> Date: Sun May 24 18:45:07 2020 +0200 patch 8.2.0817: not enough memory allocated when converting string Problem: Not enough memory allocated when converting string with special character. Solution: Reserve space for modifier code. (closes #6130)
author Bram Moolenaar <Bram@vim.org>
date Sun, 24 May 2020 19:00:03 +0200
parents bed30e6b5a09
children 489cb75c76b6
comparison
equal deleted inserted replaced
20525:42e5347ff9b6 20526:9fd5414e294c
744 NULL 744 NULL
745 }; 745 };
746 746
747 static int included_patches[] = 747 static int included_patches[] =
748 { /* Add new patch number below this line */ 748 { /* Add new patch number below this line */
749 /**/
750 817,
749 /**/ 751 /**/
750 816, 752 816,
751 /**/ 753 /**/
752 815, 754 815,
753 /**/ 755 /**/