comparison src/version.c @ 27673:ba7dcf54d309 v8.2.4362

patch 8.2.4362: :retab may allocate too much memory Commit: https://github.com/vim/vim/commit/33f3c5985491032d5bdfc30e722e85d5a0285e64 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Feb 12 20:46:15 2022 +0000 patch 8.2.4362: :retab may allocate too much memory Problem: :retab may allocate too much memory. Solution: Bail out when allocating more than MAXCOL bytes.
author Bram Moolenaar <Bram@vim.org>
date Sat, 12 Feb 2022 22:00:03 +0100
parents 19367412787c
children 30cb026ec968
comparison
equal deleted inserted replaced
27672:7c504d6dd947 27673:ba7dcf54d309
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 4362,
753 /**/ 755 /**/
754 4361, 756 4361,
755 /**/ 757 /**/
756 4360, 758 4360,
757 /**/ 759 /**/