comparison src/version.c @ 25678:4da50e168dc9 v8.2.3375

patch 8.2.3375: using uninitialized memory Commit: https://github.com/vim/vim/commit/df9070e300dabf0c54de87a75973a80adb38afa3 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Aug 25 17:31:37 2021 +0200 patch 8.2.3375: using uninitialized memory Problem: Using uninitialized memory. Solution: Initialize textprop_save_len.
author Bram Moolenaar <Bram@vim.org>
date Wed, 25 Aug 2021 17:45:04 +0200
parents 0385bd4411b7
children 8556ded8a462
comparison
equal deleted inserted replaced
25677:baa07b3a541a 25678:4da50e168dc9
753 NULL 753 NULL
754 }; 754 };
755 755
756 static int included_patches[] = 756 static int included_patches[] =
757 { /* Add new patch number below this line */ 757 { /* Add new patch number below this line */
758 /**/
759 3375,
758 /**/ 760 /**/
759 3374, 761 3374,
760 /**/ 762 /**/
761 3373, 763 3373,
762 /**/ 764 /**/