Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
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".
- Loading branch information
Showing
with
434 additions
and 413 deletions.
- +214 −191 src/regexp.c
- +7 −4 src/regexp.h
- +211 −218 src/regexp_nfa.c
- +2 −0 src/version.c
Oops, something went wrong.