]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0530: buffer overflow when 'columns' is very big v8.0.0530
authorBram Moolenaar <Bram@vim.org>
Fri, 31 Mar 2017 20:27:12 +0000 (22:27 +0200)
committerBram Moolenaar <Bram@vim.org>
Fri, 31 Mar 2017 20:27:12 +0000 (22:27 +0200)
commit658a3a2caf5852d071b6b1be92d9d6614a6208dc
treec78aa94abed7966b0b6c69fe2b56d720e6d91666
parent13489b9c41922b9ecb16fa47564ec76641515c08
patch 8.0.0530: buffer overflow when 'columns' is very big

Problem:    Buffer overflow when 'columns' is very big. (Nikolai Pavlov)
Solution:   Correctly compute where to truncate.  Fix translation.
            (closes #1600)
src/edit.c
src/testdir/test_edit.vim
src/version.c