]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.0170: invalid memory use with complicated pattern v8.1.0170
authorBram Moolenaar <Bram@vim.org>
Sun, 8 Jul 2018 17:07:19 +0000 (19:07 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 8 Jul 2018 17:07:19 +0000 (19:07 +0200)
commit2338c32b53d20dc18540b1a20845bcd8a6371bff
tree2d6f7fe772b55d756e9ccead1ae831464e751382
parenta9defadb8f03ecd03f3297305d5482ba380774dc
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.
src/regexp_nfa.c
src/version.c