commit | 6d87e9e1c6a580609d48d4aa54a20b26b10c5b77 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Aug 07 20:51:51 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Aug 07 20:51:51 2017 +0200 |
tree | 4ef597c215c35dc0d9a22ab4e79e23ddc258fc3d | |
parent | f8d57a50496d854f3e82725bfde1543c9d01ff98 [diff] [blame] |
patch 8.0.0887: can create a logfile in the sandbox Problem: Can create a logfile in the sandbox. Solution: Disable ch_logfile() in the sandbox. (Yasuhiro Matsumoto)
diff --git a/src/version.c b/src/version.c index 4e78e31..29703ed 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 887, +/**/ 886, /**/ 885,