]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.4245: ":retab 0" may cause illegal memory access v8.2.4245
authorBram Moolenaar <Bram@vim.org>
Fri, 28 Jan 2022 20:47:49 +0000 (20:47 +0000)
committerBram Moolenaar <Bram@vim.org>
Fri, 28 Jan 2022 20:47:49 +0000 (20:47 +0000)
commit652dee448618589de5528a9e9a36995803f5557a
treea659b1d0a7f5409943f2c626e2a87cde520c3733
parent14cbf77845624e4bfc28a65a5debb81864cba2cf
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.
src/indent.c
src/option.c
src/testdir/test_options.vim
src/version.c
src/vim.h