comparison src/version.c @ 26081:6b6163d42b22 v8.2.3574

patch 8.2.3574: divide by zero Commit: https://github.com/vim/vim/commit/8a1962d1355096af55e84b1ea2f0baf5f1c5a5bc Author: Bram Moolenaar <Bram@vim.org> Date: Tue Nov 2 22:48:49 2021 +0000 patch 8.2.3574: divide by zero Problem: Divide by zero. Solution: Don't check for overflow if multiplicand is zero.
author Bram Moolenaar <Bram@vim.org>
date Wed, 03 Nov 2021 00:00:05 +0100
parents a60952e58e5d
children a677aa897843
comparison
equal deleted inserted replaced
26080:e335df170d4d 26081:6b6163d42b22
755 NULL 755 NULL
756 }; 756 };
757 757
758 static int included_patches[] = 758 static int included_patches[] =
759 { /* Add new patch number below this line */ 759 { /* Add new patch number below this line */
760 /**/
761 3574,
760 /**/ 762 /**/
761 3573, 763 3573,
762 /**/ 764 /**/
763 3572, 765 3572,
764 /**/ 766 /**/