]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.0228: crash when pattern looks below the last line v9.0.0228
authorBram Moolenaar <Bram@vim.org>
Fri, 19 Aug 2022 12:59:25 +0000 (13:59 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 19 Aug 2022 12:59:25 +0000 (13:59 +0100)
commit13ed494bb5edc5a02d0ed0feabddb68920f88570
tree7faa3b6d186079fceae55ad7d19d18384d896627
parent213e70e284b0975dd34525e94e59e26811097c72
patch 9.0.0228: crash when pattern looks below the last line

Problem:    Crash when pattern looks below the last line.
Solution:   Consider invalid lines to be empty. (closes #10938)
src/regexp_bt.c
src/regexp_nfa.c
src/testdir/test_regexp_latin.vim
src/version.c