comparison src/version.c @ 31186:433e92a6efb0 v9.0.0927

patch 9.0.0927: Coverity warns for using a NULL pointer Commit: https://github.com/vim/vim/commit/96cbbe29debba25d7eec8d01955c5ac01f5c420d Author: Bram Moolenaar <Bram@vim.org> Date: Wed Nov 23 11:36:22 2022 +0000 patch 9.0.0927: Coverity warns for using a NULL pointer Problem: Coverity warns for using a NULL pointer. Solution: Check for memory allocaion failure.
author Bram Moolenaar <Bram@vim.org>
date Wed, 23 Nov 2022 12:45:05 +0100
parents 6b218e595d9f
children aaaf695aeb6c
comparison
equal deleted inserted replaced
31185:a7543f655304 31186:433e92a6efb0
693 NULL 693 NULL
694 }; 694 };
695 695
696 static int included_patches[] = 696 static int included_patches[] =
697 { /* Add new patch number below this line */ 697 { /* Add new patch number below this line */
698 /**/
699 927,
698 /**/ 700 /**/
699 926, 701 926,
700 /**/ 702 /**/
701 925, 703 925,
702 /**/ 704 /**/