commit | 2338c32b53d20dc18540b1a20845bcd8a6371bff | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 08 19:07:19 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 08 19:07:19 2018 +0200 |
tree | 2d6f7fe772b55d756e9ccead1ae831464e751382 | |
parent | a9defadb8f03ecd03f3297305d5482ba380774dc [diff] [blame] |
patch 8.1.0170: invalid memory use with complicated pattern Problem: Invalid memory use with complicated pattern. (Andy Massimino) Solution: Reallocate the list of listids when needed. (closes #3175) Remove unnecessary function prototypes.
diff --git a/src/version.c b/src/version.c index 2b33f53..dec266d 100644 --- a/src/version.c +++ b/src/version.c
@@ -790,6 +790,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 170, +/**/ 169, /**/ 168,