commit | f7271e831614d15d173c7f562cc26f48c2554ce9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun May 24 18:45:07 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun May 24 18:45:07 2020 +0200 |
tree | a316046ede49d1eac2708a20121f25d971a2da8c | |
parent | 87202264f8e27f084c0e58f98aeb27fa5c6d5251 [diff] [blame] |
patch 8.2.0817: not enough memory allocated when converting string Problem: Not enough memory allocated when converting string with special character. Solution: Reserve space for modifier code. (closes #6130)
diff --git a/src/version.c b/src/version.c index f2afc0b..94084c3 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 817, +/**/ 816, /**/ 815,