]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0305: invalid memory access when option has duplicate flag v8.0.0305
authorBram Moolenaar <Bram@vim.org>
Sun, 5 Feb 2017 13:13:20 +0000 (14:13 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 5 Feb 2017 13:13:20 +0000 (14:13 +0100)
commitaaaf57d8a936efe420190c077e4a74041cc6c72e
tree3c434fd48844736ed55f5ee05d9c4b5fc777a744
parent1fb0d49803b4f57025ed6a43b1f5b9eb91524645
patch 8.0.0305: invalid memory access when option has duplicate flag

Problem:    Invalid memory access when option has duplicate flag.
Solution:   Correct pointer computation. (Dominique Pelle, closes #1442)
src/option.c
src/testdir/test_options.vim
src/version.c