commit | 3849992b16011e36a5cb5be4b127f843389b96fd | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Apr 22 20:46:52 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Apr 22 20:46:52 2016 +0200 |
tree | 5978f94b4bcdc1433aa1421aac3562f92ec8b579 | |
parent | a1c487eef71d1673e57511453009de9cb4c9af51 [diff] [blame] |
patch 7.4.1777 Problem: Newly added features can escape the sandbox. Solution: Add checks for restricted and secure. (Yasuhiro Matsumoto)
diff --git a/src/version.c b/src/version.c index 1c35576..34b5f4c 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1777, +/**/ 1776, /**/ 1775,