commit | 5567ad48b66dff13670af52a48509059acc34dfe | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Feb 12 23:05:46 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 12 23:05:46 2019 +0100 |
tree | bf71566253a5f2d3d02a9d43751c61b6927fec71 | |
parent | 00f148d2f24fb955ab36b0833811582c58b2cf2f [diff] [blame] |
patch 8.1.0905: complicated regexp causes a crash Problem: Complicated regexp causes a crash. (Kuang-che Wu) Solution: Limit the recursiveness of addstate(). (closes #3941)
diff --git a/src/version.c b/src/version.c index 20fdcba..f28d69d 100644 --- a/src/version.c +++ b/src/version.c
@@ -784,6 +784,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 905, +/**/ 904, /**/ 903,