]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0358: invalid memory access in C-indent code v8.0.0358
authorBram Moolenaar <Bram@vim.org>
Thu, 23 Feb 2017 17:08:56 +0000 (18:08 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 23 Feb 2017 17:08:56 +0000 (18:08 +0100)
commit60629d642541a089c322e65963c0a77e5f77eb79
tree1f5a0613727dbebfd43252caaaebed6c4bfa051d
parent24922ec23360e7ea7c5a803c9edf476bb6395b32
patch 8.0.0358: invalid memory access in C-indent code

Problem:    Invalid memory access in C-indent code.
Solution:   Don't go over end of empty line. (Dominique Pelle, closes #1492)
src/edit.c
src/testdir/test_options.vim
src/version.c