comparison src/version.c @ 20677:ab0dc036f586 v8.2.0892

patch 8.2.0892: ubsan warns for undefined behavior Commit: https://github.com/vim/vim/commit/c5acc0f7fed6b061d994fc5ac660dcc0312750bd Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jun 3 18:55:38 2020 +0200 patch 8.2.0892: ubsan warns for undefined behavior Problem: Ubsan warns for undefined behavior. Solution: Use unsigned instead of signed variable. (Dominique Pelle, closes #6193)
author Bram Moolenaar <Bram@vim.org>
date Wed, 03 Jun 2020 19:00:04 +0200
parents 02f648f1c8fa
children 1af1d8ff2aa8
comparison
equal deleted inserted replaced
20676:96e5c3e65d20 20677:ab0dc036f586
744 NULL 744 NULL
745 }; 745 };
746 746
747 static int included_patches[] = 747 static int included_patches[] =
748 { /* Add new patch number below this line */ 748 { /* Add new patch number below this line */
749 /**/
750 892,
749 /**/ 751 /**/
750 891, 752 891,
751 /**/ 753 /**/
752 890, 754 890,
753 /**/ 755 /**/