comparison src/version.c @ 23519:cb66613dd9d5 v8.2.2302

patch 8.2.2302: Vim9: using an option value may use uninitialized memory Commit: https://github.com/vim/vim/commit/a79925a0a8f00577782090859eb0ef69e220d4aa Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jan 5 17:50:28 2021 +0100 patch 8.2.2302: Vim9: using an option value may use uninitialized memory Problem: Vim9: using an option value may use uninitialized memory. Solution: Clear v_lock. (closes https://github.com/vim/vim/issues/7620)
author Bram Moolenaar <Bram@vim.org>
date Tue, 05 Jan 2021 18:00:04 +0100
parents 36bf9a6fbd4c
children 0ef920a03380
comparison
equal deleted inserted replaced
23518:e7e55755e933 23519:cb66613dd9d5
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 2302,
753 /**/ 755 /**/
754 2301, 756 2301,
755 /**/ 757 /**/
756 2300, 758 2300,
757 /**/ 759 /**/