comparison src/version.c @ 27434:c1702fd7e716 v8.2.4245

patch 8.2.4245: ":retab 0" may cause illegal memory access Commit: https://github.com/vim/vim/commit/652dee448618589de5528a9e9a36995803f5557a Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jan 28 20:47:49 2022 +0000 patch 8.2.4245: ":retab 0" may cause illegal memory access Problem: ":retab 0" may cause illegal memory access. Solution: Limit the value of 'tabstop' to 10000.
author Bram Moolenaar <Bram@vim.org>
date Fri, 28 Jan 2022 22:00:05 +0100
parents b63028cbe307
children 4c683d6c0a9d
comparison
equal deleted inserted replaced
27433:5d1b4d8eea05 27434:c1702fd7e716
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 4245,
753 /**/ 755 /**/
754 4244, 756 4244,
755 /**/ 757 /**/
756 4243, 758 4243,
757 /**/ 759 /**/