comparison src/version.c @ 22695:fa0aac214da6 v8.2.1896

patch 8.2.1896: valgrind warns for using uninitialized memory Commit: https://github.com/vim/vim/commit/e1be11864d1f4383171e3af3eb77e61d41140c4e Author: Bram Moolenaar <Bram@vim.org> Date: Sat Oct 24 13:30:51 2020 +0200 patch 8.2.1896: valgrind warns for using uninitialized memory Problem: Valgrind warns for using uninitialized memory. Solution: NUL terminate the SmcOpenConnection() error message. (Dominique Pell?, closes #7194)
author Bram Moolenaar <Bram@vim.org>
date Sat, 24 Oct 2020 13:45:04 +0200
parents 6fe386286ea8
children c996700d569f
comparison
equal deleted inserted replaced
22694:fe872013002c 22695:fa0aac214da6
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 1896,
753 /**/ 755 /**/
754 1895, 756 1895,
755 /**/ 757 /**/
756 1894, 758 1894,
757 /**/ 759 /**/