comparison src/version.c @ 30194:16f2cc81a5c1 v9.0.0433

patch 9.0.0433: Coverity warns for not checking allocation failure Commit: https://github.com/vim/vim/commit/12553ada3b1ceee0179527abc9980b8392fd6c7e Author: Bram Moolenaar <Bram@vim.org> Date: Sat Sep 10 10:42:20 2022 +0100 patch 9.0.0433: Coverity warns for not checking allocation failure Problem: Coverity warns for not checking allocation failure. Solution: Check that allocating a list or blob succeeded.
author Bram Moolenaar <Bram@vim.org>
date Sat, 10 Sep 2022 11:45:04 +0200
parents 9f8b1f584395
children 381462ee23fd
comparison
equal deleted inserted replaced
30193:96f0c360721d 30194:16f2cc81a5c1
701 NULL 701 NULL
702 }; 702 };
703 703
704 static int included_patches[] = 704 static int included_patches[] =
705 { /* Add new patch number below this line */ 705 { /* Add new patch number below this line */
706 /**/
707 433,
706 /**/ 708 /**/
707 432, 709 432,
708 /**/ 710 /**/
709 431, 711 431,
710 /**/ 712 /**/