commit | 8c62a08faf89663e5633dc5036cd8695c80f1075 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Feb 08 14:34:10 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Feb 08 14:34:10 2019 +0100 |
tree | af5faafe055ea91f652f006d05a29a2dd5c8521b | |
parent | c6ddce3f2cf6daa3a545405373b661f8a9bccad9 [diff] [blame] |
patch 8.1.0881: can execute shell commands in rvim through interfaces Problem: Can execute shell commands in rvim through interfaces. Solution: Disable using interfaces in restricted mode. Allow for writing file with writefile(), histadd() and a few others.
diff --git a/src/version.c b/src/version.c index 1235cf0..48236fe 100644 --- a/src/version.c +++ b/src/version.c
@@ -784,6 +784,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 881, +/**/ 880, /**/ 879,