comparison src/version.c @ 22590:13f4aee01ce5 v8.2.1843

patch 8.2.1843: Netbeans: with huge buffer number memory allocation may fail Commit: https://github.com/vim/vim/commit/b9616af23f31fc18721a92643c21f42b69854efe Author: Bram Moolenaar <Bram@vim.org> Date: Tue Oct 13 21:11:13 2020 +0200 patch 8.2.1843: Netbeans: with huge buffer number memory allocation may fail Problem: Netbeans: with huge buffer number memory allocation may fail. Solution: Check for size overflow.
author Bram Moolenaar <Bram@vim.org>
date Tue, 13 Oct 2020 21:15:05 +0200
parents 050cff1294ab
children fb5546aa6817
comparison
equal deleted inserted replaced
22589:97f5ed911b24 22590:13f4aee01ce5
748 NULL 748 NULL
749 }; 749 };
750 750
751 static int included_patches[] = 751 static int included_patches[] =
752 { /* Add new patch number below this line */ 752 { /* Add new patch number below this line */
753 /**/
754 1843,
753 /**/ 755 /**/
754 1842, 756 1842,
755 /**/ 757 /**/
756 1841, 758 1841,
757 /**/ 759 /**/