summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-08-08 17:08:05 +0100
committerBram Moolenaar <Bram@vim.org>2022-08-08 17:08:05 +0100
commit1024690c015921b0a458172bc368133f63af1b89 (patch)
tree8a45303ba94fd06f32d5c5e00cafae9524a8bd70 /src/version.c
parent6e5c61119a07b513a99baa9618e8182a74fd7e24 (diff)
downloadvim-git-1024690c015921b0a458172bc368133f63af1b89.tar.gz
patch 9.0.0172: trying to allocate zero bytesv9.0.0172
Problem: Trying to allocate zero bytes. Solution: Do not allocate the proptype array when there are none. (closes #10867)
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 63a0eae2c..dec5fbdfe 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 */
/**/
+ 172,
+/**/
171,
/**/
170,