summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-07-02 15:10:00 +0100
committerBram Moolenaar <Bram@vim.org>2022-07-02 15:10:00 +0100
commitc5274dd12224421f2430b30c53b881b9403d649e (patch)
tree5877c6122e443a0ffe127bc39ea13f356fc00cf8 /src/version.c
parentc6fdb15d423df22e1776844811d082322475e48a (diff)
patch 9.0.0026: accessing freed memory with diff putv9.0.0026
Problem: Accessing freed memory with diff put. Solution: Bail out when diff pointer is no longer valid.
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 8c9325d941..0eb5863967 100644
--- a/src/version.c
+++ b/src/version.c
@@ -736,6 +736,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 26,
+/**/
25,
/**/
24,