diff options
author | Bram Moolenaar <Bram@vim.org> | 2022-02-06 13:55:03 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2022-02-06 13:55:03 +0000 |
commit | fe1bfc9b267fffedac6b5224d7aa6cc5d9d15f64 (patch) | |
tree | 86ffe251685328147fe61283f2e1aba0c7eb0707 /src/version.c | |
parent | 8164f6ea3cd675d0c22b058d71df2454fa108a35 (diff) | |
download | vim-git-fe1bfc9b267fffedac6b5224d7aa6cc5d9d15f64.tar.gz |
patch 8.2.4309: Vim9: crash when using a partial in the wrong contextv8.2.4309
Problem: Vim9: crash when using a partial in the wrong context.
Solution: Don't use an NULL outer pointer. (closes #9706)
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 4c48d5f60..37d653d3a 100644 --- a/src/version.c +++ b/src/version.c @@ -747,6 +747,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4309, +/**/ 4308, /**/ 4307, |