comparison src/version.c @ 27543:8e8fb566dfa5 v8.2.4298

patch 8.2.4298: divide by zero with huge tabstop value Commit: https://github.com/vim/vim/commit/fc88df42f1ae64bcc4d6cbc0fbd3445f8c59afdf Author: Bram Moolenaar <Bram@vim.org> Date: Sat Feb 5 11:13:05 2022 +0000 patch 8.2.4298: divide by zero with huge tabstop value Problem: Divide by zero with huge tabstop value. Solution: Reject tabstop value that overflows to zero.
author Bram Moolenaar <Bram@vim.org>
date Sat, 05 Feb 2022 12:15:04 +0100
parents 8af6e7761b0c
children d00f5bb4941f
comparison
equal deleted inserted replaced
27542:20a4152753ed 27543:8e8fb566dfa5
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 4298,
749 /**/ 751 /**/
750 4297, 752 4297,
751 /**/ 753 /**/
752 4296, 754 4296,
753 /**/ 755 /**/