]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.0910: crash with tricky search pattern v8.1.0910
authorBram Moolenaar <Bram@vim.org>
Wed, 13 Feb 2019 19:31:50 +0000 (20:31 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 13 Feb 2019 19:31:50 +0000 (20:31 +0100)
commit15bbd6ec871a0efdd16256e1fccbaac0fd374cbd
treeba3e29a16f4c4f152b5da32efc65d264c104fb86
parentd9ef1b8d77f304c83241f807c17ffa26c9033778
patch 8.1.0910: crash with tricky search pattern

Problem:    Crash with tricky search pattern. (Kuang-che Wu)
Solution:   Check for runnning out of memory. (closes #3950)
src/regexp_nfa.c
src/testdir/test_regexp_latin.vim
src/version.c