diff options
author | Bram Moolenaar <Bram@vim.org> | 2021-11-25 13:52:37 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2021-11-25 13:52:37 +0000 |
commit | 96e7a5928e1e7a350cd6c6d0b9376305190046e7 (patch) | |
tree | bdd1d9fdc79e4572cfea70a1c5a96cd7073da0e6 /src/version.c | |
parent | 0bd8d0563853ab821a018fb9cdd85f674684fe57 (diff) | |
download | vim-git-8.2.3674.tar.gz |
patch 8.2.3674: when ml_get_buf() fails it messes up IObuffv8.2.3674
Problem: When ml_get_buf() fails it messes up IObuff.
Solution: Return a local pointer. (closes #9214)
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 3f8310373..6d96d4324 100644 --- a/src/version.c +++ b/src/version.c @@ -758,6 +758,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3674, +/**/ 3673, /**/ 3672, |