comparison src/version.c @ 27024:5d851ce07caf v8.2.4041

patch 8.2.4041: using unitialized pointer Commit: https://github.com/vim/vim/commit/aa9b3cacd52a6c34591bbd89fb6b06d4c097fe03 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jan 8 15:44:22 2022 +0000 patch 8.2.4041: using unitialized pointer Problem: Using unitialized pointer. Solution: Store "ht" when variable is in another script.
author Bram Moolenaar <Bram@vim.org>
date Sat, 08 Jan 2022 16:45:03 +0100
parents eebbcc83fb75
children 32120100fde8
comparison
equal deleted inserted replaced
27023:77aed3cffbd3 27024:5d851ce07caf
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 4041,
753 /**/ 755 /**/
754 4040, 756 4040,
755 /**/ 757 /**/
756 4039, 758 4039,
757 /**/ 759 /**/