comparison src/version.c @ 31445:85d017b25e20 v9.0.1055

patch 9.0.1055: Coverity warns for using uninitialized memory Commit: https://github.com/vim/vim/commit/f593fc891c7f6a6735b136878cc13012566ddd71 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Dec 14 13:50:02 2022 +0000 patch 9.0.1055: Coverity warns for using uninitialized memory Problem: Coverity warns for using uninitialized memory. Solution: Clear the "lhs" field earlier.
author Bram Moolenaar <Bram@vim.org>
date Wed, 14 Dec 2022 15:00:05 +0100
parents 9ae3720f9bd9
children 8cb31f7ac9e2
comparison
equal deleted inserted replaced
31444:4bcbc731d283 31445:85d017b25e20
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 1055,
698 /**/ 700 /**/
699 1054, 701 1054,
700 /**/ 702 /**/
701 1053, 703 1053,
702 /**/ 704 /**/