commit | 5937c7505f444dd896f336fa0119a93a55ebe9a2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Dec 24 16:46:14 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Dec 24 16:46:14 2021 +0000 |
tree | 0a4b41be25a8752a8063d15a63e808afe9df89a8 | |
parent | fa3b72348d88343390fbe212cfc230fec1602fc2 [diff] [blame] |
patch 8.2.3883: crash when switching to other regexp engine fails Problem: Crash when switching to other regexp engine fails. Solution: Check for regprog being NULL.
diff --git a/src/version.c b/src/version.c index a77aa04..05b8120 100644 --- a/src/version.c +++ b/src/version.c
@@ -750,6 +750,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3883, +/**/ 3882, /**/ 3881,