]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.3402: invalid memory access when using :retab with large value v8.2.3402
authorBram Moolenaar <Bram@vim.org>
Sat, 4 Sep 2021 16:47:28 +0000 (18:47 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 4 Sep 2021 16:47:28 +0000 (18:47 +0200)
commitb7081e135a16091c93f6f5f7525a5c58fb7ca9f9
treefe04f73c100f22e17137f2dfe0af5c68ac21bcd9
parent10c83dde554b57ab4db71b96a0a02a5b6d1798e9
patch 8.2.3402: invalid memory access when using :retab with large value

Problem:    Invalid memory access when using :retab with large value.
Solution:   Check the number is positive.
src/indent.c
src/option.c
src/optionstr.c
src/testdir/test_retab.vim
src/version.c