comparison src/version.c @ 30061:f4a7831fa352 v9.0.0368

patch 9.0.0368: old Coverity warning for using NULL pointer Commit: https://github.com/vim/vim/commit/89083466fa565bea22832687ec5fe89a70a3b8f7 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Sep 3 12:59:19 2022 +0100 patch 9.0.0368: old Coverity warning for using NULL pointer Problem: Old Coverity warning for using NULL pointer. Solution: Bail out if dictionary allocation fails.
author Bram Moolenaar <Bram@vim.org>
date Sat, 03 Sep 2022 14:00:04 +0200
parents e4f23b4244ff
children 72c8fbb9e242
comparison
equal deleted inserted replaced
30060:4d69338df279 30061:f4a7831fa352
705 NULL 705 NULL
706 }; 706 };
707 707
708 static int included_patches[] = 708 static int included_patches[] =
709 { /* Add new patch number below this line */ 709 { /* Add new patch number below this line */
710 /**/
711 368,
710 /**/ 712 /**/
711 367, 713 367,
712 /**/ 714 /**/
713 366, 715 366,
714 /**/ 716 /**/