]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.4298: divide by zero with huge tabstop value v8.2.4298
authorBram Moolenaar <Bram@vim.org>
Sat, 5 Feb 2022 11:13:05 +0000 (11:13 +0000)
committerBram Moolenaar <Bram@vim.org>
Sat, 5 Feb 2022 11:13:05 +0000 (11:13 +0000)
commitfc88df42f1ae64bcc4d6cbc0fbd3445f8c59afdf
tree72d864d9ae9b5c2ea1fcae50e9c0fb7b3859263b
parent21ebb0899ecf9049c3e1c9cbc2e06fd8e2a99e06
patch 8.2.4298: divide by zero with huge tabstop value

Problem:    Divide by zero with huge tabstop value.
Solution:   Reject tabstop value that overflows to zero.
src/indent.c
src/testdir/test_vartabs.vim
src/version.c