]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.0192: executing regexp recursively fails with a crash v8.1.0192
authorBram Moolenaar <Bram@vim.org>
Tue, 17 Jul 2018 03:43:58 +0000 (05:43 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 17 Jul 2018 03:43:58 +0000 (05:43 +0200)
commit0270f38e1ae484c31a80c813a08691c47a207f1a
tree19fcfdfcfc33b58f974666c21b9f54620d3f220f
parent3166afd945e57f04b231e71e054b9593cc29ff0b
patch 8.1.0192: executing regexp recursively fails with a crash

Problem:    Executing regexp recursively fails with a crash.
Solution:   Move global variables into "rex".
src/regexp.c
src/regexp.h
src/regexp_nfa.c
src/version.c