comparison src/version.c @ 22687:73688eec32ca v8.2.1892

patch 8.2.1892: valgrind warns for using uninitialized access in tests Commit: https://github.com/vim/vim/commit/9c24cd11e2048e16e25271a7a7dbef4593890a18 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Oct 23 15:40:39 2020 +0200 patch 8.2.1892: valgrind warns for using uninitialized access in tests Problem: Valgrind warns for using uninitialized access in tests. Solution: Fix condition for breaking out of loop. (Dominique Pell?, closes #7187)
author Bram Moolenaar <Bram@vim.org>
date Fri, 23 Oct 2020 15:45:04 +0200
parents 80b4e604d1d5
children f8bf2c122452
comparison
equal deleted inserted replaced
22686:931753494510 22687:73688eec32ca
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 1892,
753 /**/ 755 /**/
754 1891, 756 1891,
755 /**/ 757 /**/
756 1890, 758 1890,
757 /**/ 759 /**/