comparison src/version.c @ 21075:969d389a2e36 v8.2.1089

patch 8.2.1089: Coverity warns for pointer computation Commit: https://github.com/vim/vim/commit/927b7dd0fe9a0a82b39d600779edb4390ecdeda6 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jun 29 22:24:56 2020 +0200 patch 8.2.1089: Coverity warns for pointer computation Problem: Coverity warns for pointer computation. Solution: Avoid computing a pointer to invalid memory.
author Bram Moolenaar <Bram@vim.org>
date Mon, 29 Jun 2020 22:30:04 +0200
parents 334a8a5a6267
children 794bf2be08be
comparison
equal deleted inserted replaced
21074:3052a76c1a59 21075:969d389a2e36
752 NULL 752 NULL
753 }; 753 };
754 754
755 static int included_patches[] = 755 static int included_patches[] =
756 { /* Add new patch number below this line */ 756 { /* Add new patch number below this line */
757 /**/
758 1089,
757 /**/ 759 /**/
758 1088, 760 1088,
759 /**/ 761 /**/
760 1087, 762 1087,
761 /**/ 763 /**/