comparison src/version.c @ 27482:14640c6fe1fe v8.2.4269

patch 8.2.4269: Coverity warns for using a NULL pointer Commit: https://github.com/vim/vim/commit/48a604845e33399893d6bf293e71bcd2a412800d Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jan 31 11:44:48 2022 +0000 patch 8.2.4269: Coverity warns for using a NULL pointer Problem: Coverity warns for using a NULL pointer. Solution: Check for "name" to not be NULL.
author Bram Moolenaar <Bram@vim.org>
date Mon, 31 Jan 2022 12:45:05 +0100
parents 7f9aa41a567a
children ee1019e59bef
comparison
equal deleted inserted replaced
27481:c810c6709c5a 27482:14640c6fe1fe
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 4269,
753 /**/ 755 /**/
754 4268, 756 4268,
755 /**/ 757 /**/
756 4267, 758 4267,
757 /**/ 759 /**/