comparison src/version.c @ 25701:357a3bee56f5 v8.2.3386

patch 8.2.3386: using uninitialized memory Commit: https://github.com/vim/vim/commit/a91871262670f9d3a4e5d1c5c6dbc02f85625f7d Author: Dominique Pelle <dominique.pelle@gmail.com> Date: Sun Aug 29 22:12:56 2021 +0200 patch 8.2.3386: using uninitialized memory Problem: Using uninitialized memory. Solution: Initialize the rm_ic field. (Dominique Pell?, closes https://github.com/vim/vim/issues/8800)
author Bram Moolenaar <Bram@vim.org>
date Sun, 29 Aug 2021 22:15:04 +0200
parents 000b37efd5fa
children e9687a2f6fb3
comparison
equal deleted inserted replaced
25700:d4faa2c5211b 25701:357a3bee56f5
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 3386,
758 /**/ 760 /**/
759 3385, 761 3385,
760 /**/ 762 /**/
761 3384, 763 3384,
762 /**/ 764 /**/