commit | a8bfa1727a370d659dc0ccc3f0fd1763b10b5457 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Dec 29 22:28:46 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Dec 29 22:28:46 2018 +0100 |
tree | 17834c1ce84410330af2cae7feecfb589fd5880a | |
parent | 1ea88a3e12e5f6afc5353cd0d6e6d4f4a89ced94 [diff] [blame] |
patch 8.1.0661: clipboard regexp might be used recursively Problem: Clipboard regexp might be used recursively. Solution: Check for recursive use and bail out.
diff --git a/src/version.c b/src/version.c index c98fc50..c49e869 100644 --- a/src/version.c +++ b/src/version.c
@@ -800,6 +800,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 661, +/**/ 660, /**/ 659,