]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.1787: crash with 'incsearch' and very long line v8.2.1787
authorBram Moolenaar <Bram@vim.org>
Fri, 2 Oct 2020 18:36:01 +0000 (20:36 +0200)
committerBram Moolenaar <Bram@vim.org>
Fri, 2 Oct 2020 18:36:01 +0000 (20:36 +0200)
commit795aaa1e84d76a6fe066694de9876b8a21cbe40c
tree47160caca49d77a8d5938103ca4dcd334d51d8a6
parent8a9bc95eaec53f4e0c951ff8f2686ae5113a5709
patch 8.2.1787: crash with 'incsearch' and very long line

Problem:    Crash with 'incsearch' and very long line.
Solution:   Check whether regprog becomes NULL. (closes #7063)
src/search.c
src/testdir/test_search.vim
src/version.c