]> granicus.if.org Git - vim/commit
patch 8.0.0398: illegal memory access with "t" v8.0.0398
authorBram Moolenaar <Bram@vim.org>
Wed, 1 Mar 2017 21:17:05 +0000 (22:17 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 1 Mar 2017 21:17:05 +0000 (22:17 +0100)
commit66727e16079fbac6db3897b5c3736ec9fba995bb
tree7cc5cab485cb636ccf3b2aaf546b049492c5c375
parent5a66dfb25eb478c26176d993393a3b1b124edb39
patch 8.0.0398: illegal memory access with "t"

Problem:    Illegal memory access with "t".
Solution:   Use strncmp() instead of memcmp(). (Dominique Pelle, closes #1528)
src/search.c
src/testdir/test_search.vim
src/version.c