0
0
mirror of https://github.com/vim/vim.git synced 2025-11-16 23:24:03 -05:00

patch 8.2.4938: crash when matching buffer with invalid pattern

Problem:    Crash when matching buffer with invalid pattern.
Solution:   Check for NULL regprog.
This commit is contained in:
Bram Moolenaar
2022-05-11 11:42:28 +01:00
parent ead241538c
commit a59f2dfd0c
3 changed files with 7 additions and 1 deletions

View File

@@ -415,6 +415,10 @@ func Test_buf_pattern_invalid()
vsplit 0000000
silent! buf [0--]\&\zs*\zs*e
bwipe!
vsplit 00000000000000000000000000
silent! buf [0--]\&\zs*\zs*e
bwipe!
endfunc
" Test for the 'maxmem' and 'maxmemtot' options