comparison src/version.c @ 27088:3956e3bb47ec v8.2.4073

patch 8.2.4073: Coverity warns for using NULL pointer Commit: https://github.com/vim/vim/commit/54598066ca4cfaf0761aedf47e4ba9844674791e Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jan 13 12:05:09 2022 +0000 patch 8.2.4073: Coverity warns for using NULL pointer Problem: Coverity warns for using NULL pointer. Solution: Bail out when running out of memory. Check for running over end of a string.
author Bram Moolenaar <Bram@vim.org>
date Thu, 13 Jan 2022 13:15:04 +0100
parents 1e2a6c6c7e42
children 5e65d802bd52
comparison
equal deleted inserted replaced
27087:e8f812ec5879 27088:3956e3bb47ec
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 4073,
753 /**/ 755 /**/
754 4072, 756 4072,
755 /**/ 757 /**/
756 4071, 758 4071,
757 /**/ 759 /**/